4 references to ECDiffieHellman
System.Security.Cryptography (4)
System\Security\Cryptography\CngKey.EC.cs (3)
21return (algorithm == CngAlgorithm.ECDiffieHellman.Algorithm || 118return CngAlgorithm.ECDiffieHellman; 126_ => CngAlgorithm.ECDiffieHellman, // All other curves are new in Win10 so use generic algorithm
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
14private CngAlgorithmCore _core = new CngAlgorithmCore(typeof(ECDiffieHellmanCng)) { DefaultKeyType = CngAlgorithm.ECDiffieHellman };