IKEEXT_AUTHENTICATION_METHOD1 structure (iketypes.h)

The IKEEXT_AUTHENTICATION_METHOD0 is available.

 

Syntax

typedef struct IKEEXT_AUTHENTICATION_METHOD1_ {
  IKEEXT_AUTHENTICATION_METHOD_TYPE authenticationMethodType;
  union {
    IKEEXT_PRESHARED_KEY_AUTHENTICATION1 presharedKeyAuthentication;
    IKEEXT_CERTIFICATE_AUTHENTICATION1   certificateAuthentication;
    IKEEXT_KERBEROS_AUTHENTICATION0      kerberosAuthentication;
    IKEEXT_NTLM_V2_AUTHENTICATION0       ntlmV2Authentication;
    IKEEXT_CERTIFICATE_AUTHENTICATION1   sslAuthentication;
    IKEEXT_IPV6_CGA_AUTHENTICATION0      cgaAuthentication;
    IKEEXT_EAP_AUTHENTICATION0           eapAuthentication;
  };
} IKEEXT_AUTHENTICATION_METHOD1;

Members

authenticationMethodType

Type of authentication method specified by IKEEXT_AUTHENTICATION_METHOD_TYPE.

presharedKeyAuthentication

Available when authenticationMethodType is IKEEXT_PRESHARED_KEY.

See IKEEXT_PRESHARED_KEY_AUTHENTICATION1 for more information.

certificateAuthentication

Available when authenticationMethodType is IKEEXT_CERTIFICATE, IKEEXT_CERTIFICATE_ECDSA_P256, or IKEEXT_CERTIFICATE_ECDSA_P384.

See IKEEXT_CERTIFICATE_AUTHENTICATION1 for more information.

kerberosAuthentication

Available when authenticationMethodType is IKEEXT_KERBEROS.

See IKEEXT_KERBEROS_AUTHENTICATION0 for more information.

ntlmV2Authentication

Available when authenticationMethodType is IKEEXT_NTLM_V2.

See IKEEXT_NTLM_V2_AUTHENTICATION0 for more information.

sslAuthentication

Available when authenticationMethodType is IKEEXT_SSL, IKEEXT_SSL_ECDSA_P256, or IKEEXT_SSL_ECDSA_P384.

See IKEEXT_CERTIFICATE_AUTHENTICATION1 for more information.

cgaAuthentication

Available when authenticationMethodType is IKEEXT_IPV6_CGA.

See IKEEXT_IPV6_CGA_AUTHENTICATION0 for more information.

eapAuthentication

Available when authenticationMethodType is IKEEXT_EAP.

See IKEEXT_EAP_AUTHENTICATION0 for more information.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header iketypes.h

See also

Windows Filtering Platform API Structures