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