CRYPT_ATTRIBUTE (Windows Embedded CE 6.0)
1/6/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.
- rgValue
Pointer to an array of BLOB (Cryptography) structures.
Requirements
Header | wincrypt.h |
Windows Embedded CE | Windows CE 3.0 and later |
See Also
Reference
Cryptography Structures
CertFindAttribute
BLOB (Cryptography)
CERT_REQUEST_INFO