2 references to IsOutOfBandTokenProperty
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\InitiatorServiceModelSecurityTokenRequirement.cs (2)
55
return GetPropertyOrDefault<bool>(
IsOutOfBandTokenProperty
, false);
59
this.Properties[
IsOutOfBandTokenProperty
] = value;