HTTP_SERVICE_CONFIG_SSL_CCS_KEY structure (http.h)
Sert de clé permettant d’identifier l’enregistrement de certificat SSL qui spécifie que Http.sys devez consulter le magasin de certificats centralisé (CCS) pour rechercher les certificats si le port reçoit une négociation TLS (Transport Layer Security).
Syntaxe
typedef struct _HTTP_SERVICE_CONFIG_SSL_CCS_KEY {
SOCKADDR_STORAGE LocalAddress;
} HTTP_SERVICE_CONFIG_SSL_CCS_KEY, *PHTTP_SERVICE_CONFIG_SSL_CCS_KEY;
Membres
LocalAddress
Structure SOCKADDR_STORAGE qui contient l’adresse IPv4 (Internet Protocol version 4) à laquelle cet enregistrement de certificat SSL est associé. Il doit être défini sur l’adresse générique IPv4 de type SOCKADDR_IN avec le membre sin_family défini sur AF_INET et le membre sin_addr rempli de zéros (0.0.0.0). Le membre sin_port peut être n’importe quel port valide.
Notes
La structure HTTP_SERVICE_CONFIG_SSL_CCS_KEY apparaît dans les structures HTTP_SERVICE_CONFIG_SSL_CCS_SET et HTTP_SERVICE_CONFIG_SSL_CCS_QUERY . HTTP_SERVICE_CONFIG_SSL_CCS_KEY est passé dans le cadre de ces structures dans les paramètres pConfigInformation, ConfigInfo, pInputConfigInfo et pOutputConfigInfo aux fonctions HttpDeleteServiceConfiguration, HttpQueryServiceConfiguration, HttpSetServiceConfiguration et HttpUpdateServiceConfiguration lorsque le paramètre ConfigId est défini sur HttpServiceConfigSslCcsCertInfo.
Spécifications
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
En-tête | http.h |
Voir aussi
HTTP_SERVICE_CONFIG_SSL_CCS_QUERY
HTTP_SERVICE_CONFIG_SSL_CCS_SET