Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CRYPT_SEQUENCE_OF_ANY structure (wincrypt.h)

The CRYPT_SEQUENCE_OF_ANY structure contains an arbitrary list of encoded BLOBs.

Syntax

typedef struct _CRYPT_SEQUENCE_OF_ANY {
 DWORD cValue;
 PCRYPT_DER_BLOB rgValue;
} CRYPT_SEQUENCE_OF_ANY, *PCRYPT_SEQUENCE_OF_ANY;

Members

cValue

Number of elements in the rgValue array.

rgValue

An array of CRYPT_DER_BLOB structures.

Requirements

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

Feedback

Was this page helpful?

Additional resources