3 references to DeriveSecretAgreementHandle
System.Core (3)
System\Security\Cryptography\ECDiffieHellmanCng.cs (3)
425
using (SafeNCryptSecretHandle secretAgreement =
DeriveSecretAgreementHandle
(otherPartyPublicKey))
451
using (SafeNCryptSecretHandle secretAgreement =
DeriveSecretAgreementHandle
(otherPartyPublicKey))
479
using (SafeNCryptSecretHandle secretAgreement =
DeriveSecretAgreementHandle
(otherPartyPublicKey))