IKEEXT_AUTHENTICATION_METHOD2 structure
The IKEEXT_AUTHENTICATION_METHOD2 structure specifies various parameters for IKE/Authip authentication.
Note IKEEXT_AUTHENTICATION_METHOD2 is the specific implementation of IKEEXT_AUTHENTICATION_METHOD used in Windows 8. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information. For Windows 7, IKEEXT_AUTHENTICATION_METHOD1 is available. For Windows Vista, IKEEXT_AUTHENTICATION_METHOD0 is available.
Syntax
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; ; // case(IKEEXT_ANONYMOUS) }; } IKEEXT_AUTHENTICATION_METHOD2;
Members
- authenticationMethodType
-
Type of authentication method.
- presharedKeyAuthentication
-
Available when authenticationMethodType is IKEEXT_PRESHARED_KEY.
- certificateAuthentication
-
Available when authenticationMethodType is IKEEXT_CERTIFICATE, IKEEXT_CERTIFICATE_ECDSA_P256, or IKEEXT_CERTIFICATE_ECDSA_P384.
- kerberosAuthentication
-
Available when authenticationMethodType is IKEEXT_KERBEROS.
- reservedAuthentication
-
Available when authenticationMethodType is IKEEXT_RESERVED.
- ntlmV2Authentication
-
Available when authenticationMethodType is IKEEXT_NTLM_V2.
- sslAuthentication
-
Available when authenticationMethodType is IKEEXT_SSL, IKEEXT_SSL_ECDSA_P256, or IKEEXT_SSL_ECDSA_P384.
- cgaAuthentication
-
Available when authenticationMethodType is IKEEXT_IPV6_CGA.
- eapAuthentication
-
Available when authenticationMethodType is IKEEXT_EAP.
Requirements
|
Minimum supported client | Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/14/2012
