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)
243
return new
BasicSymmetricCipherLiteNCrypt
(
2 references to BasicSymmetricCipherLiteNCrypt
System.Security.Cryptography (2)
System\Security\Cryptography\BasicSymmetricCipherNCrypt.cs (1)
10
private
BasicSymmetricCipherLiteNCrypt
_cipher;
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (1)
232
private
BasicSymmetricCipherLiteNCrypt
CreatePersistedLiteSymmetricCipher(