Share via


HTTP_SERVICE_CONFIG_SSL_SET struttura (http.h)

La struttura HTTP_SERVICE_CONFIG_SSL_SET viene usata per aggiungere un nuovo record all'archivio SSL o recuperare un record esistente da esso. Un'istanza della struttura viene usata per passare i dati 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 è uguale a HTTPServiceConfigSSLCertInfo.

Sintassi

typedef struct _HTTP_SERVICE_CONFIG_SSL_SET {
  HTTP_SERVICE_CONFIG_SSL_KEY   KeyDesc;
  HTTP_SERVICE_CONFIG_SSL_PARAM ParamDesc;
} HTTP_SERVICE_CONFIG_SSL_SET, *PHTTP_SERVICE_CONFIG_SSL_SET;

Members

KeyDesc

Struttura HTTP_SERVICE_CONFIG_SSL_KEY che identifica il record di certificato SSL.

ParamDesc

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

Requisiti

   
Client minimo supportato Windows Vista, Windows XP con SP2 [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione http.h

Vedi anche

HTTPQueryServiceConfiguration

HTTPSetServiceConfiguration

HTTP_SERVICE_CONFIG_SSL_KEY

HTTP_SERVICE_CONFIG_SSL_PARAM