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