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