5 instantiations of CngSymmetricAlgorithmCore
System.Security.Cryptography (5)
System\Security\Cryptography\AesCng.Windows.cs (3)
30
_core = new
CngSymmetricAlgorithmCore
(this);
48
_core = new
CngSymmetricAlgorithmCore
(this, keyName, provider, openOptions);
78
_core = new
CngSymmetricAlgorithmCore
(this, duplicate);
System\Security\Cryptography\TripleDESCng.Windows.cs (2)
23
_core = new
CngSymmetricAlgorithmCore
(this);
41
_core = new
CngSymmetricAlgorithmCore
(this, keyName, provider, openOptions);
2 references to CngSymmetricAlgorithmCore
System.Security.Cryptography (2)
System\Security\Cryptography\AesCng.Windows.cs (1)
349
private
CngSymmetricAlgorithmCore
_core;
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
263
private
CngSymmetricAlgorithmCore
_core;