コード例 #1
0
 public static extern SECURITY_STATUS NCryptSecretAgreement(
     SafeKeyHandle hPrivKey,
     SafeKeyHandle hPubKey,
     out SafeSecretHandle phSecret,
     NCryptSecretAgreementFlags dwFlags = NCryptSecretAgreementFlags.None);
コード例 #2
0
ファイル: NCrypt.cs プロジェクト: hmemcpy/pinvoke
 public static extern SECURITY_STATUS NCryptSecretAgreement(
     SafeKeyHandle hPrivKey,
     SafeKeyHandle hPubKey,
     out SafeSecretHandle phSecret,
     NCryptSecretAgreementFlags dwFlags = NCryptSecretAgreementFlags.None);