Posts

Post not yet marked as solved
12 Replies
5.8k Views
NEVPNProtocolIKEv2 *protocol = [[NEVPNProtocolIKEv2 alloc] init]; protocol.serverAddress = @"domain.com"; protocol.remoteIdentifier = @"domain.com"; protocol.localIdentifier = @"username"; protocol.authenticationMethod = NEVPNIKEAuthenticationMethodSharedSecret; protocol.useExtendedAuthentication = YES; protocol.username = @"username";How do I specify the user password?Server Password Type: EAP
Posted Last updated
.