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