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