Ejemplo n.º 1
0
 internal static unsafe extern NTSTATUS BCryptSecretAgreement(SafeBCryptKeyHandle hPrivKey, SafeBCryptKeyHandle hPubKey, out SafeBCryptSecretHandle phSecret, int dwFlags);
Ejemplo n.º 2
0
 internal static unsafe extern NTSTATUS BCryptDeriveKey(SafeBCryptSecretHandle hSharedSecret, string pwszKDF, void *pParameterList, IntPtr pbDerivedKey, int cbDerivedKey, out int pcbResult, int dwFlags);