CERT_ALT_NAME_INFO
A version of this page is also available for
4/8/2010
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 |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |