3 references to IsWeakKey
System.Security.Cryptography (3)
System\Security\Cryptography\TripleDES.cs (2)
41
while (
IsWeakKey
(key))
56
if (
IsWeakKey
(value))
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
225
return TripleDES.
IsWeakKey
(key);