public void set_encrypt_algorithm(
		string [] policies,
		NetworkingIPsecDynSaEncryptAlgorithm [] algorithms
	)
        {
            this.Invoke("set_encrypt_algorithm", new object [] {
                policies,
                algorithms});
        }
 public System.IAsyncResult Beginset_encrypt_algorithm(string [] policies,NetworkingIPsecDynSaEncryptAlgorithm [] algorithms, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_encrypt_algorithm", new object[] {
     policies,
     algorithms}, callback, asyncState);
 }