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