Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
typedef struct _CERT_ALT_NAME_INFO {DWORDcAltEntry;PCERT_ALT_NAME_ENTRYrgAltEntry;} 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
OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.
See Also
CERT_ALT_NAME_ENTRY | CERT_EXTENSION
Send Feedback on this topic to the authors