Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CERT_EXTENSIONS structure (wincrypt.h)
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | wincrypt.h |
See also
Feedback
Was this page helpful?
