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 [仅限桌面应用] |
标头 | http.h |