CRYPT_ATTRIBUTE (Compact 2013)

3/28/2014

This structure specifies an attribute having one or more values.

Syntax

typedef struct _CRYPT_ATTRIBUTE {
  LPSTR pszObjId;
  DWORD cValue;
  PCRYPT_ATTR_BLOB rgValue;
} CRYPT_ATTRIBUTE, *PCRYPT_ATTRIBUTE;

Members

  • pszObjId
    Object identifier (OID) specifying the type of data contained in the rgValue array.
  • cValue
    Number of elements in the rgValue array.

Requirements

Header

wincrypt.h

See Also

Reference

Cryptography Structures
CertFindAttribute
BLOB (Cryptography)
CERT_REQUEST_INFO