2 instantiations of BasicSymmetricCipherLiteNCrypt
System.Security.Cryptography (2)
System\Security\Cryptography\BasicSymmetricCipherNCrypt.cs (1)
21_cipher = new BasicSymmetricCipherLiteNCrypt(cngKeyFactory, cipherMode, blockSizeInBytes, iv, encrypting, paddingSizeInBytes);
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (1)
243return new BasicSymmetricCipherLiteNCrypt(
2 references to BasicSymmetricCipherLiteNCrypt
System.Security.Cryptography (2)
System\Security\Cryptography\BasicSymmetricCipherNCrypt.cs (1)
10private BasicSymmetricCipherLiteNCrypt _cipher;
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (1)
232private BasicSymmetricCipherLiteNCrypt CreatePersistedLiteSymmetricCipher(