2 references to KeyTypeProperty
System.ServiceModel.Primitives (2)
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (2)
103
return (TryGetProperty(
KeyTypeProperty
, out result)) ? result : defaultKeyType;
108
_properties[
KeyTypeProperty
] = (object)value;