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