Énumération EapCredentialType (eaptypes.h)
L’énumération EapCredentialType définit l’ensemble des informations d’identification EAP possibles qui peuvent être passées à la fonction EapPeerGetConfigBlobAndUserBlob.
Syntaxe
typedef enum _EapCredentialType {
EAP_EMPTY_CREDENTIAL = 0,
EAP_USERNAME_PASSWORD_CREDENTIAL,
EAP_WINLOGON_CREDENTIAL,
EAP_CERTIFICATE_CREDENTIAL,
EAP_SIM_CREDENTIAL
} EapCredentialType;
Constantes
EAP_EMPTY_CREDENTIAL Valeur : 0 Aucune information d’identification n’est transmise à la méthode EAP. La méthode doit tenter une authentification de machine. |
EAP_USERNAME_PASSWORD_CREDENTIAL La méthode EAP utilise un nom d’utilisateur et un mot de passe pour l’authentification. Les informations d’identification sont passées à l’aide de la structure EapUsernamePasswordCredential . |
EAP_WINLOGON_CREDENTIAL La méthode EAP utilise les informations d’identification de l’utilisateur connecté pour l’authentification. |
EAP_CERTIFICATE_CREDENTIAL La méthode EAP utilise un certificat présent sur le système pour l’authentification. Les informations d’identification sont passées en tant que structure EapCertificateCredential . |
EAP_SIM_CREDENTIAL La méthode EAP utilise une carte SIM pour l’authentification. Cela est passé en tant que structure EapSimCredential . |
Spécifications
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
En-tête | eaptypes.h |