다음을 통해 공유


EapHostPeerMethodResultReason 열거형(eaphostpeertypes.h)

EAP 메서드가 지원자에게 반환한 결과를 설명하는 가능한 이유 집합을 정의합니다.

Syntax

typedef enum tagEapHostPeerMethodResultReason {
  EapHostPeerMethodResultAltSuccessReceived = 1,
  EapHostPeerMethodResultTimeout,
  EapHostPeerMethodResultFromMethod
} EapHostPeerMethodResultReason;

상수

 
EapHostPeerMethodResultAltSuccessReceived
값: 1
인증이 성공했습니다.
EapHostPeerMethodResultTimeout
메서드가 응답을 기다리는 데 시간이 초과되었습니다.
EapHostPeerMethodResultFromMethod
인증 프로세스는 완전히 정상적으로 진행되었습니다.

요구 사항

   
지원되는 최소 클라이언트 Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2008 [데스크톱 앱만 해당]
머리글 eaphostpeertypes.h

추가 정보

EAPHost Supplicant 열거형

EapHostPeerGetResult