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 to send certificate information to the ISAPI extension when the HSE_REQ_GET_CERT_INFO_EX value is set for the dwHSERRequest parameter of the ServerSupportFunction.
typedef struct _CERT_CONTEXT_EX CERT_CONTEXT_EX {
CERT_CONTEXT CertContext;
DWORD cbAllocated;
DWORD dwCertificateFlags;
} CERT_CONTEXT_EX;
Members
CertContext
A CERT_CONTEXT structure.cbAllocated
The number of bytes the extension has allocated for the certificate buffer in the CERT_CONTEXT structure.dwCertificateFlags
A DWORD describing the certificate. Bit0 will be set to 1 if the client certificate is present and Bit1 will be set to 1 if the certification authority is invalid.
Requirements
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS
Header: Declared in httpext.h.