public System.IAsyncResult Begincreate(string [] keys,LocalLBDNSTSIGKeyTSIGKeyAlgorithm [] algorithms,string [] secrets, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("create", new object[] {
     keys,
     algorithms,
     secrets}, callback, asyncState);
 }
        public void set_algorithm(
		string [] keys,
		LocalLBDNSTSIGKeyTSIGKeyAlgorithm [] algorithms
	)
        {
            this.Invoke("set_algorithm", new object [] {
                keys,
                algorithms});
        }
        public void create(
		string [] keys,
		LocalLBDNSTSIGKeyTSIGKeyAlgorithm [] algorithms,
		string [] secrets
	)
        {
            this.Invoke("create", new object [] {
                keys,
                algorithms,
                secrets});
        }