Beispiel #1
0
 public static extern SECURITY_STATUS NCryptSecretAgreement(
     SafeKeyHandle hPrivKey,
     SafeKeyHandle hPubKey,
     out SafeSecretHandle phSecret,
     NCryptSecretAgreementFlags dwFlags = NCryptSecretAgreementFlags.None);
Beispiel #2
0
 public static extern SECURITY_STATUS NCryptSecretAgreement(
     SafeKeyHandle hPrivKey,
     SafeKeyHandle hPubKey,
     out SafeSecretHandle phSecret,
     NCryptSecretAgreementFlags dwFlags = NCryptSecretAgreementFlags.None);