This topic has not yet been rated - Rate this topic

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

Wincrypt.h

See also

CERT_EXTENSION

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ