CRYPT_ATTRIBUTE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

CertFindAttribute
BLOB (Cryptography)
CERT_REQUEST_INFO