CERT_ALT_NAME_INFO (Compact 2013)
3/28/2014
This structure is used in encoding and decoding extensions for subject or issuer certificates.
The CryptDecodeObject function creates an instance of this structure when performed on a CERT_EXTENSION structure's Value member with the structure's pszObjId member set to szOID_SUBJECT_ALT_NAME or szOID_ISSUER_ALT_NAME.
An instance of this structure can be used as input to the CryptEncodeObject function to create an appropriate CERT_EXTENSION structure.
Syntax
typedef struct _CERT_ALT_NAME_INFO {
DWORD cAltEntry;
PCERT_ALT_NAME_ENTRY rgAltEntry;
} CERT_ALT_NAME_INFO, *PCERT_ALT_NAME_INFO;
Members
- cAltEntry
Number of elements in the rgAltEntry array.
- rgAltEntry
Pointer to an array of CERT_ALT_NAME_ENTRY structures.
Requirements
Header |
wincrypt.h |