IKEEXT_CREDENTIAL0-Struktur (iketypes.h)
Die IKEEXT_CREDENTIAL0-Struktur wird verwendet, um Anmeldeinformationen zu speichern, die für die Authentifizierung verwendet werden. IKEEXT_CREDENTIAL1 ist verfügbar. Für Windows 8 ist IKEEXT_CREDENTIAL2 verfügbar.
Syntax
typedef struct IKEEXT_CREDENTIAL0_ {
IKEEXT_AUTHENTICATION_METHOD_TYPE authenticationMethodType;
IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE impersonationType;
union {
IKEEXT_PRESHARED_KEY_AUTHENTICATION0 *presharedKey;
IKEEXT_CERTIFICATE_CREDENTIAL0 *certificate;
IKEEXT_NAME_CREDENTIAL0 *name;
};
} IKEEXT_CREDENTIAL0;
Members
authenticationMethodType
Typ der Authentifizierungsmethode.
Weitere Informationen finden Sie unter IKEEXT_AUTHENTICATION_METHOD_TYPE .
impersonationType
Typ des Identitätswechsels.
Weitere Informationen finden Sie unter IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE .
presharedKey
Verfügbar, wenn authenticationMethodTypeIKEEXT_PRESHARED_KEY ist.
Weitere Informationen finden Sie unter IKEEXT_PRESHARED_KEY_AUTHENTICATION0 .
certificate
Verfügbar, wenn authenticationMethodType einer der folgenden Werte ist.
IKEEXT_CERTIFICATEIKEEXT_CERTIFICATE_ECDSA_P256IKEEXT_CERTIFICATE_ECDSA_P384IKEEXT_SSLIKEEXT_SSL_ECDSA_P256IKEEXT_SSL_ECDSA_P384IKEEXT_IPV6_CGA Weitere Informationen finden Sie unter IKEEXT_CERTIFICATE_CREDENTIAL0 .
name
Verfügbar, wenn authenticationMethodType einer der folgenden Werte ist.
IKEEXT_KERBEROSIKEEXT_NTML_V2 Weitere Informationen finden Sie unter IKEEXT_NAME_CREDENTIAL0 .
Anforderungen
Unterstützte Mindestversion (Client) | Windows Vista [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 [nur Desktop-Apps] |
Kopfzeile | iketypes.h |
Weitere Informationen
IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE
IKEEXT_AUTHENTICATION_METHOD_TYPE
IKEEXT_CERTIFICATE_CREDENTIAL0