CERT_EXTENSIONS structure
Applies to: desktop apps only
The CERT_EXTENSIONS structure contains an array of extensions.
Syntax
typedef struct _CERT_EXTENSIONS {
DWORD cExtension;
PCERT_EXTENSION rgExtension;
} CERT_EXTENSIONS, *PCERT_EXTENSIONS;
Members
- cExtension
-
Number of elements in the array rgExtension.
- rgExtension
-
Array of structures, each holding information of type CERT_EXTENSION about a certificate or CRL.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 3/6/2012