2 implementations of PreprocessKey
System.Security.Cryptography (2)
System\Security\Cryptography\AesCng.Windows.cs (1)
288
byte[] ICngSymmetricAlgorithm.
PreprocessKey
(byte[] key)
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
243
byte[] ICngSymmetricAlgorithm.
PreprocessKey
(byte[] key)
1 reference to PreprocessKey
System.Security.Cryptography (1)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (1)
327
return _outer.
PreprocessKey
(key);