2 overrides of IsAsymmetricKeyLengthSupported
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecurityAlgorithmSuite.cs (2)
142
public override bool
IsAsymmetricKeyLengthSupported
(int length) { return length >= 1024 && length <= 4096; }
174
public override bool
IsAsymmetricKeyLengthSupported
(int length) { return length >= 1024 && length <= 4096; }