NEVPNProtocolIKEv2 *sec = [[NEVPNProtocolIKEv2 alloc] init];
sec.serverAddress = @"domain.com";
sec.remoteIdentifier = @"domain.com";
sec.username = @"username";
sec.localIdentifier = @"username";
sec.authenticationMethod = NEVPNIKEAuthenticationMethodSharedSecret;
ユーザーのパスワードを指定するにはどうすればよいですか?
サーバーのパスワードの種類: EAP