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