2 references to KeyTypeProperty
System.IdentityModel (2)
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (2)
104return (this.TryGetProperty<SecurityKeyType>(KeyTypeProperty, out result)) ? result : defaultKeyType; 109this.properties[KeyTypeProperty] = (object)value;