enumeración HTTP_AUTHENTICATION_HARDENING_LEVELS (http.h)

Nivel de protección del servidor.

Syntax

typedef enum _HTTP_AUTHENTICATION_HARDENING_LEVELS {
  HttpAuthenticationHardeningLegacy = 0,
  HttpAuthenticationHardeningMedium,
  HttpAuthenticationHardeningStrict
} HTTP_AUTHENTICATION_HARDENING_LEVELS;

Constantes

 
HttpAuthenticationHardeningLegacy
Valor: 0
El servidor no está protegido y funciona sin compatibilidad con el token de enlace de canal (CBT).
HttpAuthenticationHardeningMedium
El servidor está protegido parcialmente. Los clientes que admiten CBT se atenderán correctamente. También se proporciona servicio a los clientes heredados.
HttpAuthenticationHardeningStrict
El servidor está protegido. Solo se atenderán los clientes compatibles con CBT.

Requisitos

   
Cliente mínimo compatible Windows Vista [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado http.h