1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (1)
25_key = key;
4 references to _key
System.Security.Cryptography (4)
System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (4)
43DeriveRawSecretAgreementWithKey(x25519impl._key, destination); 74using (SafeBCryptSecretHandle secret = Interop.BCrypt.BCryptSecretAgreement(_key, otherPartyKey)) 135_key.Dispose(); 198ArraySegment<byte> key = Interop.BCrypt.BCryptExportKey(_key, blobType);