HTTP_AUTHENTICATION_HARDENING_LEVELS列挙 (http.h)
サーバーのセキュリティ強化レベル。
構文
typedef enum _HTTP_AUTHENTICATION_HARDENING_LEVELS {
HttpAuthenticationHardeningLegacy = 0,
HttpAuthenticationHardeningMedium,
HttpAuthenticationHardeningStrict
} HTTP_AUTHENTICATION_HARDENING_LEVELS;
定数
HttpAuthenticationHardeningLegacy 値: 0 サーバーは強化されず、チャネル バインド トークン (CBT) のサポートなしで動作します。 |
HttpAuthenticationHardeningMedium サーバーは部分的にセキュリティで保護されます。 CBT をサポートするクライアントは適切に処理されます。 レガシ クライアントも処理されます。 |
HttpAuthenticationHardeningStrict サーバーが強化されました。 CBT がサポートされているクライアントのみが処理されます。 |
要件
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
Header | http.h |