2 references to IsOutOfBandTokenProperty
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\InitiatorServiceModelSecurityTokenRequirement.cs (2)
47
return GetPropertyOrDefault<bool>(
IsOutOfBandTokenProperty
, false);
51
this.Properties[
IsOutOfBandTokenProperty
] = value;