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)
298private CngSymmetricAlgorithmCore _core;
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
263private CngSymmetricAlgorithmCore _core;