Пример #1
0
 internal static unsafe extern NTSTATUS BCryptSecretAgreement(SafeBCryptKeyHandle hPrivKey, SafeBCryptKeyHandle hPubKey, out SafeBCryptSecretHandle phSecret, int dwFlags);
Пример #2
0
 internal static unsafe extern NTSTATUS BCryptDeriveKey(SafeBCryptSecretHandle hSharedSecret, string pwszKDF, void *pParameterList, IntPtr pbDerivedKey, int cbDerivedKey, out int pcbResult, int dwFlags);