CRYPT_ATTRIBUTE
A version of this page is also available for
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.
- rgValue
Pointer to an array of BLOB (Cryptography) structures.
Requirements
Header | wincrypt.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |