5 instantiations of CngSymmetricAlgorithmCore
System.Security.Cryptography (5)
System\Security\Cryptography\AesCng.Windows.cs (3)
24
_core = new
CngSymmetricAlgorithmCore
(this);
42
_core = new
CngSymmetricAlgorithmCore
(this, keyName, provider, openOptions);
72
_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)
298
private
CngSymmetricAlgorithmCore
_core;
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
263
private
CngSymmetricAlgorithmCore
_core;