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)
43
DeriveRawSecretAgreementWithKey(x25519impl.
_key
, destination);
74
using (SafeBCryptSecretHandle secret = Interop.BCrypt.BCryptSecretAgreement(
_key
, otherPartyKey))
135
_key
.Dispose();
198
ArraySegment<byte> key = Interop.BCrypt.BCryptExportKey(
_key
, blobType);