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