public void set_authentication_method(
		CommonAuthenticationMethod auth_method
	)
        {
            this.Invoke("set_authentication_method", new object [] {
                auth_method});
        }
 public System.IAsyncResult Beginset_authentication_method(CommonAuthenticationMethod auth_method, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_authentication_method", new object[] {
     auth_method}, callback, asyncState);
 }