public System.IAsyncResult Beginset_phase1_encryption_algorithm(string [] peers,NetworkingIPsecIkeEncrAlgorithm [] algorithms, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_phase1_encryption_algorithm", new object[] {
     peers,
     algorithms}, callback, asyncState);
 }
        public void set_phase1_encryption_algorithm(
		string [] peers,
		NetworkingIPsecIkeEncrAlgorithm [] algorithms
	)
        {
            this.Invoke("set_phase1_encryption_algorithm", new object [] {
                peers,
                algorithms});
        }