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