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