2 references to KeySizeProperty
System.IdentityModel (2)
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (2)
118
return (this.TryGetProperty<int>(
KeySizeProperty
, out result)) ? result : defaultKeySize;
126
this.Properties[
KeySizeProperty
] = value;