4 references to CngAlgorithmCore
System.Security.Cryptography (4)
System\Security\Cryptography\DSACng.cs (1)
12private CngAlgorithmCore _core = new CngAlgorithmCore(typeof(DSACng));
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
14private CngAlgorithmCore _core = new CngAlgorithmCore(typeof(ECDiffieHellmanCng)) { DefaultKeyType = CngAlgorithm.ECDiffieHellman };
System\Security\Cryptography\ECDsaCng.cs (1)
13private CngAlgorithmCore _core = new CngAlgorithmCore(typeof(ECDsaCng));
System\Security\Cryptography\RSACng.cs (1)
12private CngAlgorithmCore _core = new CngAlgorithmCore(typeof(RSACng));