iControl.NetworkingIPsecIkePeer.set_phase1_auth_method C# (CSharp) Method

set_phase1_auth_method() private method

private set_phase1_auth_method ( string peers, NetworkingIPsecSaMethod methods ) : void
peers string
methods NetworkingIPsecSaMethod
return void
        public void set_phase1_auth_method(
		string [] peers,
		NetworkingIPsecSaMethod [] methods
	)
        {
            this.Invoke("set_phase1_auth_method", new object [] {
                peers,
                methods});
        }
NetworkingIPsecIkePeer