Condividi tramite


HTTP_SERVICE_CONFIG_SSL_SNI_SET struttura (http.h)

La struttura HTTP_SERVICE_CONFIG_SSL_SNI_SET viene usata per aggiungere un nuovo record di certificato SSL (Secure Sockets Layer) Nome server (SNI) all'archivio SNI SSL o recuperare un record esistente da esso. Viene passato alla funzione HttpSetServiceConfiguration tramite il parametro pConfigInformation o per recuperare i dati dalla funzione HttpQueryServiceConfiguration tramite il parametro pOutputConfigInformation quando il parametro ConfigId di una funzione è impostato su HttpServiceConfigSslSniCertInfo.

Sintassi

typedef struct _HTTP_SERVICE_CONFIG_SSL_SNI_SET {
  HTTP_SERVICE_CONFIG_SSL_SNI_KEY KeyDesc;
  HTTP_SERVICE_CONFIG_SSL_PARAM   ParamDesc;
} HTTP_SERVICE_CONFIG_SSL_SNI_SET, *PHTTP_SERVICE_CONFIG_SSL_SNI_SET;

Members

KeyDesc

Struttura HTTP_SERVICE_CONFIG_SSL_SNI_KEY che identifica il record di certificato SNI SSL.

ParamDesc

Struttura HTTP_SERVICE_CONFIG_SSL_PARAM che contiene il contenuto del record di certificato SSL SNI specificato.

Requisiti

Requisito Valore
Client minimo supportato Windows 8 [solo app desktop]
Server minimo supportato Windows Server 2012 [solo app desktop]
Intestazione http.h

Vedi anche

HTTP_SERVICE_CONFIG_SSL_SNI_KEY

HTTP_SERVICE_CONFIG_SSL_SNI_QUERY

HttpDeleteServiceConfiguration

HttpQueryServiceConfiguration

HttpSetServiceConfiguration