3 references to DeriveSecretAgreementHandle
System.Security.Cryptography (3)
System\Security\Cryptography\ECDiffieHellmanCng.Derive.cs (3)
57
using (SafeNCryptSecretHandle handle =
DeriveSecretAgreementHandle
(otherPartyPublicKey))
106
return
DeriveSecretAgreementHandle
(importedKey);
119
return
DeriveSecretAgreementHandle
(importedKey);