4 overrides of IsAsymmetricKeyLengthSupported
System.ServiceModel (4)
System\ServiceModel\Security\SecurityAlgorithmSuite.cs (4)
548
public override bool
IsAsymmetricKeyLengthSupported
(int length) { return length >= 1024 && length <= 4096; }
579
public override bool
IsAsymmetricKeyLengthSupported
(int length) { return length >= 1024 && length <= 4096; }
610
public override bool
IsAsymmetricKeyLengthSupported
(int length) { return length >= 1024 && length <= 4096; }
642
public override bool
IsAsymmetricKeyLengthSupported
(int length) { return length >= 1024 && length <= 4096; }
2 references to IsAsymmetricKeyLengthSupported
System.ServiceModel (2)
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
744
!sbe.DefaultAlgorithmSuite.
IsAsymmetricKeyLengthSupported
(issuedParameters.KeySize))
System\ServiceModel\Security\SecurityAlgorithmSuite.cs (1)
364
if (!
IsAsymmetricKeyLengthSupported
(asymmetricSecurityKey.KeySize))