IKEEXT_AUTHENTICATION_METHOD0 structure (iketypes.h)

The IKEEXT_AUTHENTICATION_METHOD1 is available.For Windows 8, IKEEXT_AUTHENTICATION_METHOD2 is available.

 

Syntax

typedef struct IKEEXT_AUTHENTICATION_METHOD0_ {
  IKEEXT_AUTHENTICATION_METHOD_TYPE authenticationMethodType;
  union {
    IKEEXT_PRESHARED_KEY_AUTHENTICATION0 presharedKeyAuthentication;
    IKEEXT_CERTIFICATE_AUTHENTICATION0   certificateAuthentication;
    IKEEXT_KERBEROS_AUTHENTICATION0      kerberosAuthentication;
    IKEEXT_NTLM_V2_AUTHENTICATION0       ntlmV2Authentication;
    IKEEXT_CERTIFICATE_AUTHENTICATION0   sslAuthentication;
    IKEEXT_IPV6_CGA_AUTHENTICATION0      cgaAuthentication;
  };
} IKEEXT_AUTHENTICATION_METHOD0;

Members

authenticationMethodType

Type of authentication method specified by IKEEXT_AUTHENTICATION_METHOD_TYPE.

presharedKeyAuthentication

Available when authenticationMethodType is IKEEXT_PRESHARED_KEY.

See IKEEXT_PRESHARED_KEY_AUTHENTICATION0 for more information.

certificateAuthentication

Available when authenticationMethodType is IKEEXT_CERTIFICATE, IKEEXT_CERTIFICATE_ECDSA_P256, or IKEEXT_CERTIFICATE_ECDSA_P384.

See IKEEXT_CERTIFICATE_AUTHENTICATION0 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_AUTHENTICATION0 for more information.

cgaAuthentication

Available when authenticationMethodType is IKEEXT_IPV6_CGA. Available only for IKE.

See IKEEXT_IPV6_CGA_AUTHENTICATION0 for more information.

Requirements

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

See also

Windows Filtering Platform API Structures