Condividi tramite


EapCredentialType enumerazione (eaptypes.h)

L'enumerazione EapCredentialType definisce il set di credenziali EAP possibili che possono essere passate alla funzione EapPeerGetConfigBlobAndUserBlob .

Sintassi

typedef enum _EapCredentialType {
  EAP_EMPTY_CREDENTIAL = 0,
  EAP_USERNAME_PASSWORD_CREDENTIAL,
  EAP_WINLOGON_CREDENTIAL,
  EAP_CERTIFICATE_CREDENTIAL,
  EAP_SIM_CREDENTIAL
} EapCredentialType;

Costanti

 
EAP_EMPTY_CREDENTIAL
Valore: 0
Il metodo EAP non ha credenziali passate. Il metodo deve tentare l'autenticazione del computer.
EAP_USERNAME_PASSWORD_CREDENTIAL
Il metodo EAP usa un nome utente e una password per l'autenticazione. Le credenziali vengono passate usando la struttura EapUsernamePasswordCredential .
EAP_WINLOGON_CREDENTIAL
Il metodo EAP usa le credenziali utente registrate per l'autenticazione.
EAP_CERTIFICATE_CREDENTIAL
Il metodo EAP usa un certificato presente nel sistema per l'autenticazione. Le credenziali vengono passate come struttura EapCertificateCredential .
EAP_SIM_CREDENTIAL
Il metodo EAP usa una SIM per l'autenticazione. Questa operazione viene passata come struttura EapSimCredential .

Requisiti

   
Client minimo supportato Windows 8 [solo app desktop]
Server minimo supportato Windows Server 2012 [solo app desktop]
Intestazione eaptypes.h

Vedi anche

EapCertificateCredential

EapPeerGetConfigBlobAndUserBlob

EapSimCredential

EapUsernamePasswordCredential