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