HTTP_SERVICE_CONFIG_ID列舉 (HTTP.h)
HTTP_SERVICE_CONFIG_ID列舉類型會定義服務組態選項。
Syntax
typedef enum _HTTP_SERVICE_CONFIG_ID {
HttpServiceConfigIPListenList,
HttpServiceConfigSSLCertInfo,
HttpServiceConfigUrlAclInfo,
HttpServiceConfigTimeout,
HttpServiceConfigCache,
HttpServiceConfigSslSniCertInfo,
HttpServiceConfigSslCcsCertInfo,
HttpServiceConfigSetting,
HttpServiceConfigSslCertInfoEx,
HttpServiceConfigSslSniCertInfoEx,
HttpServiceConfigSslCcsCertInfoEx,
HttpServiceConfigSslScopedCcsCertInfo,
HttpServiceConfigSslScopedCcsCertInfoEx,
HttpServiceConfigMax
} HTTP_SERVICE_CONFIG_ID, *PHTTP_SERVICE_CONFIG_ID;
常數
HttpServiceConfigIPListenList 指定用來註冊要接聽 SSL 連線之 IP 位址的 IP 接聽清單。 |
HttpServiceConfigSSLCertInfo 指定 SSL 憑證存儲。 注意 如果在 HTTP 伺服器 API 中啟用 SSL,當用戶端應用程式指定 TLS 時,可以使用 TLS 1.0 取代 SSL。 |
HttpServiceConfigUrlAclInfo 指定 URL 保留存放區。 |
HttpServiceConfigTimeout 設定 HTTP 伺服器 API 寬連線逾時。 注意 Windows Vista 和更新版本的 Windows |
HttpServiceConfigCache 用於 HttpQueryServiceConfiguration 和 HttpSetServiceConfiguration 函式。 注意 Windows Server 2008 R2 和 Windows 7 和更新版本的 Windows。 |
HttpServiceConfigSslSniCertInfo 指定 使用 Hostname:Port 作為金鑰的 SSL 端點組態。 用於 HttpDeleteServiceConfiguration、 HttpQueryServiceConfiguration、 HttpSetServiceConfiguration 和 HttpUpdateServiceConfiguration 函式 請注意 Windows 8 和更新版本的 Windows。 |
HttpServiceConfigSslCcsCertInfo 指定應該針對 SSL 憑證記錄執行作業,指定 Http.sys 應該參閱集中式證書存儲 (CCS) 存放區,以在埠收到傳輸層安全性 (TLS) 交握時尋找憑證。 用於 HttpDeleteServiceConfiguration、 HttpQueryServiceConfiguration、 HttpSetServiceConfiguration 和 HttpUpdateServiceConfiguration 函式 請注意 Windows 8 和更新版本的 Windows。 |
HttpServiceConfigSetting |
HttpServiceConfigMax 終止列舉;不會用來定義服務組態選項。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 具有 SP2 的 Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
標頭 | http.h |