 |
CryptGetKeyParam ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Retrieves data that governs the operations of a key. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL WINAPI CryptGetKeyParam(
HCRYPTKEY hKey,
DWORD dwParam,
BYTE* pbData,
DWORD* pdwDataLen,
DWORD dwFlags
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CryptGetKeyParam IN advapi32;
INTEGER hKey,;
INTEGER dwParam,;
STRING @ pbData,;
INTEGER @ pdwDataLen,;
INTEGER dwFlags
|
 |
 |
 |
| Parameters: |
 |
hKey
[in] Handle to the key being queried.
dwParam
[in] Specifies the query being made.
pbData
[out] Pointer to a sequence of BYTEs to receive the data.
pdwDataLen
[in, out] Pointer to a DWORD value specifying the size, in bytes, of the buffer pointed to by the pbData parameter.
dwFlags
[in] Reserved for future use and must be zero. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero (TRUE). |
 |
 |
| My comment: |
 |
| If the Microsoft Cryptographic Service Provider is used, the base symmetric keying material is not obtainable by this function or any other function. |
 |
 |
| Word Index links for the CryptGetKeyParam : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-08-09 21:43:57 | | Modified: | 2004-08-09 21:46:38 | Visited in last 7 days: 40 |