HTTP_SERVICE_CONFIG_SSL_SNI_SET structure (http.h)
La structure HTTP_SERVICE_CONFIG_SSL_SNI_SET est utilisée pour ajouter un nouvel enregistrement de certificat SNI (Secure Sockets Layer) d’indication de nom de serveur (SNI) au magasin SNI SSL ou récupérer un enregistrement existant à partir de celui-ci. Il est transmis à la fonction HttpSetServiceConfiguration via le paramètre pConfigInformation ou à récupérer des données de la fonction HttpQueryServiceConfiguration via le paramètre pOutputConfigInformation lorsque le paramètre ConfigId de l’une ou l’autre des fonctions est défini sur HttpServiceConfigSslSniCertInfo.
Syntaxe
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;
Membres
KeyDesc
Structure HTTP_SERVICE_CONFIG_SSL_SNI_KEY qui identifie l’enregistrement de certificat SSL SNI.
ParamDesc
Une structure HTTP_SERVICE_CONFIG_SSL_PARAM qui contient le contenu de l’enregistrement de certificat SSL SNI spécifié.
Configuration requise
Condition requise | Valeur |
---|---|
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_SNI_KEY
HTTP_SERVICE_CONFIG_SSL_SNI_QUERY