1 write to DefaultKeyType
System.Security.Cryptography (1)
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
14
private CngAlgorithmCore _core = new CngAlgorithmCore(typeof(ECDiffieHellmanCng)) {
DefaultKeyType
= CngAlgorithm.ECDiffieHellman };
1 reference to DefaultKeyType
System.Security.Cryptography (1)
System\Security\Cryptography\CngAlgorithmCore.cs (1)
117
_lazyKey = CngKey.Create(
DefaultKeyType
?? CngAlgorithm.ECDsa, null, creationParameters);