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