EAP_METHOD_TYPE-Struktur (eaptypes.h)
Die EAP_METHOD_TYPE-Struktur enthält Typ-, Identifikations- und Autoreninformationen zu einer EAP-Methode.
Syntax
typedef struct _EAP_METHOD_TYPE {
EAP_TYPE eapType;
DWORD dwAuthorId;
} EAP_METHOD_TYPE;
Member
eapType
EAP_TYPE Struktur, die die ID für die EAP-Methode sowie spezifische Anbieterinformationen enthält.
dwAuthorId
Die numerische ID für den Autor der EAP-Methode.
Anforderungen
Unterstützte Mindestversion (Client) | Windows Vista [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 [nur Desktop-Apps] |
Kopfzeile | eaptypes.h |