ホーム › Security.Cryptography › BCryptExportKeyFn
BCryptExportKeyFn
コールバックシグネチャ
NTSTATUS BCryptExportKeyFn(
BCRYPT_KEY_HANDLE hKey,
BCRYPT_KEY_HANDLE hExportKey,
LPWSTR pszBlobType,
BYTE* pbOutput,
DWORD cbOutput,
DWORD* pcbResult,
DWORD dwFlags
);パラメーター
| フィールド | 型 |
|---|---|
| hKey | BCRYPT_KEY_HANDLE |
| hExportKey | BCRYPT_KEY_HANDLE |
| pszBlobType | LPWSTR |
| pbOutput | BYTE* |
| cbOutput | DWORD |
| pcbResult | DWORD* |
| dwFlags | DWORD |