4 references to DeriveSecretAgreementHandle
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.cs (4)
81
using (SafeNCryptSecretHandle secretAgreement =
DeriveSecretAgreementHandle
(otherPartyPublicKey))
102
using (SafeNCryptSecretHandle secretAgreement =
DeriveSecretAgreementHandle
(otherPartyPublicKey))
124
using (SafeNCryptSecretHandle secretAgreement =
DeriveSecretAgreementHandle
(otherPartyPublicKey))
139
using (SafeNCryptSecretHandle secretAgreement =
DeriveSecretAgreementHandle
(otherPartyPublicKey))