2 references to KeySizeProperty
System.ServiceModel.Primitives (2)
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (2)
117
return (TryGetProperty(
KeySizeProperty
, out result)) ? result : defaultKeySize;
125
Properties[
KeySizeProperty
] = value;