HTTP_AUTHENTICATION_HARDENING_LEVELS 열거형(http.h)

서버 강화 수준.

Syntax

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