1 write to DefaultKeyType
System.Security.Cryptography (1)
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
14private 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);