ReactOS 0.4.15-dev-7842-g558ab78
_HTTP_SSL_INFO Struct Reference

#include <http.h>

Collaboration diagram for _HTTP_SSL_INFO:

Public Attributes

USHORT ServerCertKeySize
 
USHORT ConnectionKeySize
 
ULONG ServerCertIssuerSize
 
ULONG ServerCertSubjectSize
 
const charpServerCertIssuer
 
const charpServerCertSubject
 
HTTP_SSL_CLIENT_CERT_INFOpClientCertInfo
 
ULONG SslClientCertNegotiated
 

Detailed Description

Definition at line 263 of file http.h.

Member Data Documentation

◆ ConnectionKeySize

USHORT _HTTP_SSL_INFO::ConnectionKeySize

Definition at line 266 of file http.h.

◆ pClientCertInfo

HTTP_SSL_CLIENT_CERT_INFO* _HTTP_SSL_INFO::pClientCertInfo

Definition at line 271 of file http.h.

◆ pServerCertIssuer

const char* _HTTP_SSL_INFO::pServerCertIssuer

Definition at line 269 of file http.h.

◆ pServerCertSubject

const char* _HTTP_SSL_INFO::pServerCertSubject

Definition at line 270 of file http.h.

◆ ServerCertIssuerSize

ULONG _HTTP_SSL_INFO::ServerCertIssuerSize

Definition at line 267 of file http.h.

◆ ServerCertKeySize

USHORT _HTTP_SSL_INFO::ServerCertKeySize

Definition at line 265 of file http.h.

◆ ServerCertSubjectSize

ULONG _HTTP_SSL_INFO::ServerCertSubjectSize

Definition at line 268 of file http.h.

◆ SslClientCertNegotiated

ULONG _HTTP_SSL_INFO::SslClientCertNegotiated

Definition at line 272 of file http.h.


The documentation for this struct was generated from the following file: