HTTP_SERVICE_CONFIG_ID 列挙 (http.h)

HTTP_SERVICE_CONFIG_ID列挙型は、サービス構成オプションを定義します。

構文

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 Server API で SSL が有効になっている場合、クライアント アプリケーションが TLS を指定するときに、SSL の代わりに TLS 1.0 を使用できます。

 
HttpServiceConfigUrlAclInfo
URL 予約ストアを指定します。
HttpServiceConfigTimeout
HTTP Server API 全体の接続タイムアウトを構成します。


メモ Windows Vista 以降のバージョンの Windows

 
HttpServiceConfigCache
HttpQueryServiceConfiguration 関数と HttpSetServiceConfiguration 関数で使用されます。

メモ Windows Server 2008 R2 および Windows 7 以降のバージョンの Windows。

 
HttpServiceConfigSslSniCertInfo
Hostname:Port をキーとして使用する SSL エンドポイント構成を指定します。 HttpDeleteServiceConfigurationHttpQueryServiceConfiguration、HttpSetServiceConfigurationおよび HttpUpdateServiceConfiguration 関数で使用されます

Windows 8以降のバージョンの Windows に注意してください

 
HttpServiceConfigSslCcsCertInfo
ポートがトランスポート層セキュリティ (TLS) ハンドシェイクを受け取った場合に証明書を検索するために、Http.sys が一元化された証明書ストア (CCS) ストアを参照する必要があることを指定する SSL 証明書レコードに対して操作を実行するように指定します。 HttpDeleteServiceConfigurationHttpQueryServiceConfiguration、HttpSetServiceConfigurationおよび HttpUpdateServiceConfiguration 関数で使用されます

Windows 8以降のバージョンの Windows に注意してください

 
HttpServiceConfigSetting
HttpServiceConfigMax
列挙を終了します。は、サービス構成オプションの定義には使用されません。

要件

要件
サポートされている最小のクライアント WINDOWS XP と SP2 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2003 (デスクトップ アプリのみ)
Header http.h

こちらもご覧ください

HttpDeleteServiceConfiguration

HttpQueryServiceConfiguration

HttpSetServiceConfiguration

HttpUpdateServiceConfiguration