HTTP_SERVICE_CONFIG_SSL_CCS_KEY struttura (http.h)
Funge da chiave in base alla quale identifica il record di certificato SSL che specifica che Http.sys deve consultare l'archivio archivi certificati centralizzati (CCS) per trovare i certificati se la porta riceve un handshake di Transport Layer Security (TLS).
Sintassi
typedef struct _HTTP_SERVICE_CONFIG_SSL_CCS_KEY {
SOCKADDR_STORAGE LocalAddress;
} HTTP_SERVICE_CONFIG_SSL_CCS_KEY, *PHTTP_SERVICE_CONFIG_SSL_CCS_KEY;
Members
LocalAddress
Struttura SOCKADDR_STORAGE contenente l'indirizzo Internet Protocol versione 4 (IPv4) a cui è associato questo record di certificato SSL. Deve essere impostato sull'indirizzo jolly IPv4 di tipo SOCKADDR_IN con il membro sin_family impostato su AF_INETe il membro sin_addr riempito con zero (0.0.0.0.0). Il membro sin_port può essere qualsiasi porta valida.
Commenti
La struttura HTTP_SERVICE_CONFIG_SSL_CCS_KEY viene visualizzata nella HTTP_SERVICE_CONFIG_SSL_CCS_SET e nelle strutture HTTP_SERVICE_CONFIG_SSL_CCS_QUERY . HTTP_SERVICE_CONFIG_SSL_CCS_KEY viene passato come parte di queste strutture nelle funzioni pConfigInformation, ConfigInfo, pInputConfigInfo e pOutputConfigInfo ai parametri HttpDeleteServiceConfiguration, HttpQueryServiceConfiguration, HttpSetServiceConfiguration e HttpUpdateServiceConfiguration quando il parametro ConfigId è impostato su HttpServiceConfigSslCcslCertInfo.
Requisiti
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_CCS_QUERY
HTTP_SERVICE_CONFIG_SSL_CCS_SET