5 references to Cryptography_InvalidKey_Weak
System.Security.Cryptography (5)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (1)
323
SR.
Cryptography_InvalidKey_Weak
,
System\Security\Cryptography\DES.cs (1)
57
throw new CryptographicException(SR.
Cryptography_InvalidKey_Weak
, "DES");
System\Security\Cryptography\DESCryptoServiceProvider.Windows.cs (1)
74
throw new CryptographicException(SR.
Cryptography_InvalidKey_Weak
, "DES");
System\Security\Cryptography\DesImplementation.cs (1)
69
throw new CryptographicException(SR.
Cryptography_InvalidKey_Weak
, "DES");
System\Security\Cryptography\TripleDES.cs (1)
57
throw new CryptographicException(SR.Format(SR.
Cryptography_InvalidKey_Weak
, "TripleDES"));