Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure contains data to be passed as the arguments to the CryptSetProvParamfunction. This structure is pointed to by the elements of the rgProvParamarray in the CRYPT_KEY_PROV_INFOstructure.

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

See Also