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