2 references to TokenTypeProperty
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenRequirement.cs (2)
50
return (this.TryGetProperty<string>(
TokenTypeProperty
, out result)) ? result : null;
54
_properties[
TokenTypeProperty
] = value;