CRYPT_ENROLLMENT_NAME_VALUE_PAIR structure (wincrypt.h)

The CRYPT_ENROLLMENT_NAME_VALUE_PAIR structure is used to create certificate requests on behalf of a user.

Syntax

typedef struct _CRYPT_ENROLLMENT_NAME_VALUE_PAIR {
  LPWSTR pwszName;
  LPWSTR pwszValue;
} CRYPT_ENROLLMENT_NAME_VALUE_PAIR, *PCRYPT_ENROLLMENT_NAME_VALUE_PAIR;

Members

pwszName

Name of a certificate requester.

pwszValue

Name of the user for whom the certificate is being requested.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header wincrypt.h