Contents

authenticationMethod

The method used to authenticate the device with the IPSec server. For IKE version 2, when using extended authentication, this authentication method only affects how the client validates the authentication payload presented by the server.

Declaration

var authenticationMethod: NEVPNIKEAuthenticationMethod { get set }

Discussion

If this property is set to NEVPNIKEAuthenticationMethodNone, extended authentication will still be negotiated if useExtendedAuthentication is set to true.

See Also

Accessing IPSec properties