iControl.NetworkingIPsecIkePeer.set_phase1_perfect_forward_secrecy C# (CSharp) Method

set_phase1_perfect_forward_secrecy() private method

private set_phase1_perfect_forward_secrecy ( string peers, NetworkingIPsecDiffieHellmanGroup secrecies ) : void
peers string
secrecies NetworkingIPsecDiffieHellmanGroup
return void
        public void set_phase1_perfect_forward_secrecy(
		string [] peers,
		NetworkingIPsecDiffieHellmanGroup [] secrecies
	)
        {
            this.Invoke("set_phase1_perfect_forward_secrecy", new object [] {
                peers,
                secrecies});
        }
NetworkingIPsecIkePeer