Condividi tramite


enumerazione HTTP_AUTHENTICATION_HARDENING_LEVELS (http.h)

Livello di protezione avanzata del server.

Sintassi

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

Costanti

 
HttpAuthenticationHardeningLegacy
Valore: 0
Il server non è sottoposto a protezione avanzata e funziona senza il supporto CBT (Channel Binding Token).
HttpAuthenticationHardeningMedium
Il server è parzialmente protetto. I client che supportano CBT vengono gestiti in modo appropriato. Vengono inoltre gestiti i client legacy.
HttpAuthenticationHardeningStrict
Il server è con protezione avanzata. Vengono gestiti solo i client che supportano CBT.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione http.h