다음을 통해 공유


EapPeerMethodResponseAction 열거형(eapauthenticatoractiondefine.h)

인증 중에 EAP 인증자가 지원자 또는 EAP 피어 메서드에 나타낼 수 있는 작업 집합을 정의합니다.

Syntax

typedef enum tagEapPeerMethodResponseAction {
  EapPeerMethodResponseActionDiscard = 0,
  EapPeerMethodResponseActionSend,
  EapPeerMethodResponseActionResult,
  EapPeerMethodResponseActionInvokeUI,
  EapPeerMethodResponseActionRespond,
  EapPeerMethodResponseActionNone
} EapPeerMethodResponseAction;

상수

 
EapPeerMethodResponseActionDiscard
값: 0
지원자는 EAP에서 사용할 수 없으므로 요청을 삭제해야 합니다.
EapPeerMethodResponseActionSend
지원자는 표시된 패킷을 인증자에게 보내야 합니다.
EapPeerMethodResponseActionResult
지원자는 EAP 인증자가 반환한 EAP 특성에 따라 작동해야 합니다.
EapPeerMethodResponseActionInvokeUI
EAP 피어 메서드는 클라이언트에서 사용자 인터페이스 대화 상자를 호출해야 합니다.
EapPeerMethodResponseActionRespond
지원자는 EAP 인증자 요청에 대한 컨텍스트별 응답을 생성해야 합니다.
EapPeerMethodResponseActionNone
지원자는 EAP 인증자 요청에 대한 응답을 생성하지 않아야 합니다.

요구 사항

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

추가 정보

EAPHost 피어 메서드 열거형