ホーム › Security.Cryptography › SslExportKeyingMaterialFn
SslExportKeyingMaterialFn
コールバックシグネチャ
HRESULT SslExportKeyingMaterialFn(
NCRYPT_PROV_HANDLE hSslProvider,
NCRYPT_KEY_HANDLE hMasterKey,
LPSTR sLabel,
BYTE* pbRandoms,
DWORD cbRandoms,
BYTE* pbContextValue,
WORD cbContextValue,
BYTE* pbOutput,
DWORD cbOutput,
DWORD dwFlags
);パラメーター
| フィールド | 型 |
|---|---|
| hSslProvider | NCRYPT_PROV_HANDLE |
| hMasterKey | NCRYPT_KEY_HANDLE |
| sLabel | LPSTR |
| pbRandoms | BYTE* |
| cbRandoms | DWORD |
| pbContextValue | BYTE* |
| cbContextValue | WORD |
| pbOutput | BYTE* |
| cbOutput | DWORD |
| dwFlags | DWORD |