CRYPT_KEY_PROV_PARAM
A version of this page is also available for
4/8/2010
This structure contains data to be passed as the arguments to the CryptSetProvParam function. This structure is pointed to by the elements of the rgProvParam array in the CRYPT_KEY_PROV_INFO structure.
Syntax
typedef struct _CRYPT_KEY_PROV_PARAM {
DWORD dwParam;
BYTE* pbData;
DWORD cbData;
DWORD dwFlags;
} CRYPT_KEY_PROV_PARAM, *PCRYPT_KEY_PROV_PARAM;
Members
- dwParam
Number of the parameter to set.
- pbData
Pointer to an array of bytes.
- cbData
Size, in bytes, of pbData.
- dwFlags
This member is reserved for future use and is zero.
Requirements
Header | wincrypt.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |