4 overrides of IsAsymmetricKeyLengthSupported
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityAlgorithmSuite.cs (4)
374
public override bool
IsAsymmetricKeyLengthSupported
(int length) { return length >= 1024 && length <= 4096; }
405
public override bool
IsAsymmetricKeyLengthSupported
(int length) { return length >= 1024 && length <= 4096; }
436
public override bool
IsAsymmetricKeyLengthSupported
(int length) { return length >= 1024 && length <= 4096; }
468
public override bool
IsAsymmetricKeyLengthSupported
(int length) { return length >= 1024 && length <= 4096; }