2 references to TokenTypeProperty
System.IdentityModel (2)
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (2)
51
return (this.TryGetProperty<string>(
TokenTypeProperty
, out result)) ? result : null;
55
this.properties[
TokenTypeProperty
] = value;