Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |