enumerazione EAP_METHOD_AUTHENTICATOR_RESPONSE_ACTION (eapauthenticatoractiondefine.h)

Definisce il set di istruzioni di risposta inviate dall'autenticatore al metodo peer supplicant o EAP.

Sintassi

typedef enum _EAP_METHOD_AUTHENTICATOR_RESPONSE_ACTION {
  EAP_METHOD_AUTHENTICATOR_RESPONSE_DISCARD = 0,
  EAP_METHOD_AUTHENTICATOR_RESPONSE_SEND,
  EAP_METHOD_AUTHENTICATOR_RESPONSE_RESULT,
  EAP_METHOD_AUTHENTICATOR_RESPONSE_RESPOND,
  EAP_METHOD_AUTHENTICATOR_RESPONSE_AUTHENTICATE,
  EAP_METHOD_AUTHENTICATOR_RESPONSE_HANDLE_IDENTITY
} EAP_METHOD_AUTHENTICATOR_RESPONSE_ACTION;

Costanti

 
EAP_METHOD_AUTHENTICATOR_RESPONSE_DISCARD
Valore: 0
La supplicante deve eliminare la risposta perché non è utilizzabile da EAPHost.
EAP_METHOD_AUTHENTICATOR_RESPONSE_SEND
Il supplicante deve inviare il pacchetto indicato all'autenticatore.
EAP_METHOD_AUTHENTICATOR_RESPONSE_RESULT
Il supplicante deve agire sugli attributi EAP restituiti dall'autenticatore.
EAP_METHOD_AUTHENTICATOR_RESPONSE_RESPOND
Il supplicante deve generare una risposta specifica del contesto alla richiesta dell'autenticatore.
EAP_METHOD_AUTHENTICATOR_RESPONSE_AUTHENTICATE
Il metodo authenticator ha avviato l'autenticazione del supplicante.
EAP_METHOD_AUTHENTICATOR_RESPONSE_HANDLE_IDENTITY
Il metodo peer deve restituire l'handle per l'identità utente del supplicante.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione eapauthenticatoractiondefine.h

Vedi anche

Enumerazioni del metodo Authenticator host EAP