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