2 references to KeySizeProperty
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenRequirement.cs (2)
117return (this.TryGetProperty<int>(KeySizeProperty, out result)) ? result : defaultKeySize; 125this.Properties[KeySizeProperty] = value;