2 references to DeriveSecretAgreement
System.Core (2)
System\Security\Cryptography\ECDiffieHellmanCng.cs (2)
372
using (SafeNCryptSecretHandle secretAgreement = NCryptNative.
DeriveSecretAgreement
(localKey, otherKey)) {
527
return NCryptNative.
DeriveSecretAgreement
(localHandle, otherPartyHandle);