Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Server Hardening level.
Syntax
typedef enum _HTTP_AUTHENTICATION_HARDENING_LEVELS {
HttpAuthenticationHardeningLegacy = 0,
HttpAuthenticationHardeningMedium,
HttpAuthenticationHardeningStrict
} HTTP_AUTHENTICATION_HARDENING_LEVELS;
Constants
HttpAuthenticationHardeningLegacy Value: 0 Server is not hardened and operates without Channel Binding Token (CBT) support. |
HttpAuthenticationHardeningMedium Server is partially hardened. Clients that support CBT are serviced appropriately. Legacy clients are also serviced. |
HttpAuthenticationHardeningStrict Server is hardened. Only clients that supported CBT are serviced. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | http.h |