mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 23:44:57 +08:00
[PSDK] wincrypt.h: Add missing CryptImportPublicKeyInfoEx2
This commit is contained in:
@@ -5802,6 +5802,16 @@ CryptImportPublicKeyInfoEx(
|
||||
_In_opt_ void *pvAuxInfo,
|
||||
_Out_ HCRYPTKEY *phKey);
|
||||
|
||||
WINCRYPT32API
|
||||
BOOL
|
||||
WINAPI
|
||||
CryptImportPublicKeyInfoEx2(
|
||||
_In_ DWORD dwCertEncodingType,
|
||||
_In_ PCERT_PUBLIC_KEY_INFO pInfo,
|
||||
_In_ DWORD dwFlags,
|
||||
_In_opt_ void *pvAuxInfo,
|
||||
_Out_ BCRYPT_KEY_HANDLE *phKey);
|
||||
|
||||
BOOL
|
||||
WINAPI
|
||||
CryptAcquireCertificatePrivateKey(
|
||||
|
||||
Reference in New Issue
Block a user