iControl.NetworkingIPsecIkePeer.set_phase1_perfect_forward_secrecy C# (CSharp) 메소드

set_phase1_perfect_forward_secrecy() 개인적인 메소드

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