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