2 implementations of IsWeakKey
System.Security.Cryptography (2)
System\Security\Cryptography\AesCng.Windows.cs (1)
261bool ICngSymmetricAlgorithm.IsWeakKey(byte[] key)
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
223bool ICngSymmetricAlgorithm.IsWeakKey(byte[] key)
1 reference to IsWeakKey
System.Security.Cryptography (1)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (1)
319if (_outer.IsWeakKey(key))