5 instantiations of BasicSymmetricCipherBCrypt
System.Security.Cryptography (5)
System\Security\Cryptography\AesImplementation.Windows.cs (1)
23
BasicSymmetricCipher cipher = new
BasicSymmetricCipherBCrypt
(algorithm, cipherMode, blockSize, paddingSize, key, false, iv, encrypting);
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (1)
219
BasicSymmetricCipher cipher = new
BasicSymmetricCipherBCrypt
(
System\Security\Cryptography\DesImplementation.Windows.cs (1)
23
BasicSymmetricCipher cipher = new
BasicSymmetricCipherBCrypt
(algorithm, cipherMode, blockSize, paddingSize, key, false, iv, encrypting);
System\Security\Cryptography\RC2Implementation.Windows.cs (1)
24
BasicSymmetricCipher cipher = new
BasicSymmetricCipherBCrypt
(algorithm, cipherMode, blockSize, paddingSize, key, true, iv, encrypting);
System\Security\Cryptography\TripleDesImplementation.Windows.cs (1)
23
BasicSymmetricCipher cipher = new
BasicSymmetricCipherBCrypt
(algorithm, cipherMode, blockSize, paddingSize, key, false, iv, encrypting);