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