Share via


CRYPT_KEY_PROV_PARAM (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

Cryptography Structures
CryptSetProvParam
CRYPT_KEY_PROV_INFO