IKEEXT_AUTHENTICATION_METHOD2 structure (iketypes.h)
La structure IKEEXT_AUTHENTICATION_METHOD2 spécifie différents paramètres pour l’authentification IKE/Authip. IKEEXT_AUTHENTICATION_METHOD0 est disponible.
Syntaxe
typedef struct IKEEXT_AUTHENTICATION_METHOD2_ {
IKEEXT_AUTHENTICATION_METHOD_TYPE authenticationMethodType;
union {
IKEEXT_PRESHARED_KEY_AUTHENTICATION1 presharedKeyAuthentication;
IKEEXT_CERTIFICATE_AUTHENTICATION2 certificateAuthentication;
IKEEXT_KERBEROS_AUTHENTICATION1 kerberosAuthentication;
IKEEXT_RESERVED_AUTHENTICATION0 reservedAuthentication;
IKEEXT_NTLM_V2_AUTHENTICATION0 ntlmV2Authentication;
IKEEXT_CERTIFICATE_AUTHENTICATION2 sslAuthentication;
IKEEXT_IPV6_CGA_AUTHENTICATION0 cgaAuthentication;
IKEEXT_EAP_AUTHENTICATION0 eapAuthentication;
};
} IKEEXT_AUTHENTICATION_METHOD2;
Membres
authenticationMethodType
Type : IKEEXT_AUTHENTICATION_METHOD_TYPE
Type de méthode d’authentification.
presharedKeyAuthentication
Type : IKEEXT_PRESHARED_KEY_AUTHENTICATION1
Disponible lorsque authenticationMethodType est IKEEXT_PRESHARED_KEY.
certificateAuthentication
Type : IKEEXT_CERTIFICATE_AUTHENTICATION2
Disponible lorsque authenticationMethodType est IKEEXT_CERTIFICATE, IKEEXT_CERTIFICATE_ECDSA_P256 ou IKEEXT_CERTIFICATE_ECDSA_P384.
kerberosAuthentication
Type : IKEEXT_KERBEROS_AUTHENTICATION1
Disponible lorsque authenticationMethodType est IKEEXT_KERBEROS.
reservedAuthentication
Type : IKEEXT_RESERVED_AUTHENTICATION0
Disponible lorsque authenticationMethodType est IKEEXT_RESERVED.
ntlmV2Authentication
Type : IKEEXT_NTLM_V2_AUTHENTICATION0
Disponible lorsque authenticationMethodType est IKEEXT_NTLM_V2.
sslAuthentication
Type : IKEEXT_CERTIFICATE_AUTHENTICATION2
Disponible lorsque authenticationMethodType est IKEEXT_SSL, IKEEXT_SSL_ECDSA_P256 ou IKEEXT_SSL_ECDSA_P384.
cgaAuthentication
Type : IKEEXT_IPV6_CGA_AUTHENTICATION0
Disponible lorsque authenticationMethodType est IKEEXT_IPV6_CGA.
eapAuthentication
Type : IKEEXT_EAP_AUTHENTICATION0
Disponible lorsque authenticationMethodType est IKEEXT_EAP.
Configuration requise
Condition requise | Valeur |
---|---|
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 | iketypes.h |