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