useExtendedAuthentication
A flag indicating if extended authentication will be negotiated.
Declaration
var useExtendedAuthentication: Bool { get set }Discussion
This authentication is in addition to the IKE authentication used to authenticate the endpoints of the IKE session.
For IKE version 1, when this flag is set X-Auth authentication will be negotiated as part of the IKE session, using the
usernameandpasswordReferenceproperties as the credential.For IKE version 2, when this flag is set EAP authentication will be negotiated as part of the IKE session, using the
username,passwordReference, and/oridentityReferenceproperties as the credential depending on which EAP method the server requires.