다음을 통해 공유


EapMethodAuthenticatorGetAttributes 함수(eapmethodauthenticatorapis.h)

EAP 인증자 메서드에서 EAP 인증 특성의 배열을 가져옵니다.

EapMethodAuthenticatorGetAttributes 는 함수 프로토타입입니다.

구문

DWORD EapMethodAuthenticatorGetAttributes(
  [in]  EAP_SESSION_HANDLE sessionHandle,
  [out] EapAttributes      *pAttribs,
  [out] EAP_ERROR          **ppEapError
);

매개 변수

[in] sessionHandle

EAPHost 서버에서 이 EAP 인증 세션에 대한 고유 핸들을 포함하는 EAP_SESSION_HANDLE 구조체에 대한 포인터입니다. 이 핸들은 EapMethodAuthenticatorBeginSession에 대한 이전 호출에서 pSessionHandle 매개 변수에 반환됩니다.

[out] pAttribs

지원자의 EAP 인증 응답 특성 배열을 포함하는 EapAttributes 구조체에 대한 포인터입니다.

[out] ppEapError

이 함수 호출을 실행하는 동안 발생한 오류가 포함된 EAP_ERROR 구조체의 주소에 대한 포인터입니다. 오류 데이터를 사용한 후에는 오류 데이터에 대한 포인터를 EapMethodAuthenticatorFreeErrorMemory에 전달하여 이 메모리를 해제해야 합니다.

반환 값

없음

설명

이 호출은 이 API에 대한 함수 포인터를 사용하여 인증자 기반 EAPHost에 의해 수행됩니다. 이 API는 EAPHost에서 로드한 EAP 인증자 메서드에서 구현되어야 하며 설명서에 지정된 구문 및 매개 변수 형식을 엄격하게 준수해야 합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2008 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 eapmethodauthenticatorapis.h

추가 정보

EAPHost Authenticator 메서드 함수

EapMethodAuthenticatorBeginSession