2 references to MinimumSslCipherStrength
System.ServiceModel (2)
System\ServiceModel\Security\SecurityUtils.cs (2)
2357
if (ShouldValidateSslCipherStrength() && keySizeInBits <
MinimumSslCipherStrength
)
2359
throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new SecurityNegotiationException(SR.GetString(SR.SslCipherKeyTooSmall, keySizeInBits,
MinimumSslCipherStrength
)));