Skip to content

Latest commit

 

History

History
111 lines (80 loc) · 3.31 KB

ns-http-http_ssl_info.md

File metadata and controls

111 lines (80 loc) · 3.31 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:http._HTTP_SSL_INFO
HTTP_SSL_INFO (http.h)
Contains data for a connection that uses Secure Sockets Layer (SSL), obtained through the SSL handshake.
*PHTTP_SSL_INFO
HTTP_SSL_INFO
HTTP_SSL_INFO structure [HTTP]
PHTTP_SSL_INFO
PHTTP_SSL_INFO structure pointer [HTTP]
_http_http_ssl_info
http.http_ssl_info
http/HTTP_SSL_INFO
http/PHTTP_SSL_INFO
http\http_ssl_info.htm
http
35aac36d-87a1-45b2-acb1-6969c992d0cf
12/05/2018
*PHTTP_SSL_INFO, HTTP_SSL_INFO, HTTP_SSL_INFO structure [HTTP], PHTTP_SSL_INFO, PHTTP_SSL_INFO structure pointer [HTTP], _http_http_ssl_info, http.http_ssl_info, http/HTTP_SSL_INFO, http/PHTTP_SSL_INFO
http.h
Windows
Windows Vista, Windows XP with SP2 [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
HTTP_SSL_INFO, *PHTTP_SSL_INFO
19H1
_HTTP_SSL_INFO
http/_HTTP_SSL_INFO
PHTTP_SSL_INFO
http/PHTTP_SSL_INFO
HTTP_SSL_INFO
http/HTTP_SSL_INFO
c++
APIRef
kbSyntax
HeaderDef
Http.h
HTTP_SSL_INFO

HTTP_SSL_INFO structure

-description

The HTTP_SSL_INFO structure contains data for a connection that uses Secure Sockets Layer (SSL), obtained through the SSL handshake.

-struct-fields

-field ServerCertKeySize

The size, in bytes, of the public key used to sign the server certificate.

-field ConnectionKeySize

The size, in bytes, of the cipher key used to encrypt the current session.

-field ServerCertIssuerSize

The size, in bytes, of the string pointed to by the pServerCertIssuer member not including the terminating null character.

-field ServerCertSubjectSize

The size, in bytes, of the string pointed to by the pServerCertSubject member not including the terminating null character.

-field pServerCertIssuer

A pointer to a null-terminated string of octets that specifies the name of the entity that issued the certificate.

-field pServerCertSubject

A pointer to a null-terminated string of octets that specifies the name of the entity to which the certificate belongs.

-field pClientCertInfo

A pointer to an HTTP_SSL_CLIENT_CERT_INFO structure that specifies the client certificate.

-field SslClientCertNegotiated

If non-zero, indicates that the client certificate is already present locally.

-remarks

An HTTP_SSL_INFO structure can be pointed to by the pSslInfo member of an HTTP_REQUEST structure.

-see-also

HTTP Server API Version 1.0 Structures

HTTP_REQUEST

HTTP_SSL_CLIENT_CERT_INFO