6 references to ShouldValidateSslCipherStrength
System.ServiceModel (6)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (4)
615if (SecurityUtils.ShouldValidateSslCipherStrength()) 724if (SecurityUtils.ShouldValidateSslCipherStrength()) 942if (SecurityUtils.ShouldValidateSslCipherStrength()) 1030if (SecurityUtils.ShouldValidateSslCipherStrength())
System\ServiceModel\Security\SecurityUtils.cs (1)
2357if (ShouldValidateSslCipherStrength() && keySizeInBits < MinimumSslCipherStrength)
System\ServiceModel\Security\TlsSspiNegotiation.cs (1)
424if (SecurityUtils.ShouldValidateSslCipherStrength())