2 writes to Key
System.Core (2)
System\Security\Cryptography\ECDiffieHellmanCng.cs (2)
97Key = CngKey.Open(importHandle, key.IsEphemeral ? CngKeyHandleOpenOptions.EphemeralKey : CngKeyHandleOpenOptions.None); 629Key = ECCng.ImportEcdhParameters(ref parameters);
5 references to Key
System.Core (5)
System\Security\Cryptography\ECDiffieHellmanCng.cs (5)
299return ECDiffieHellmanCngPublicKey.FromKey(Key); 362using (SafeNCryptKeyHandle localKey = Key.Handle) 525using (SafeNCryptKeyHandle localHandle = Key.Handle) 643return ECCng.ExportExplicitParameters(Key, includePrivateParameters); 656return ECCng.ExportParameters(Key, includePrivateParameters);