Share via


CRYPT_KEY_PROV_PARAM

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.

typedef struct _CRYPT_KEY_PROV_PARAM {DWORDdwParam;BYTE* pbData;DWORDcbData;DWORDdwFlags;} 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

OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.

See Also

CryptSetProvParam | CRYPT_KEY_PROV_INFO

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.