iControl.LocalLBDNSExpress.create_tsig_key C# (CSharp) Method

create_tsig_key() private method

private create_tsig_key ( string keys, LocalLBDNSExpressTSIGKeyAlgorithm algorithms, string secrets ) : void
keys string
algorithms LocalLBDNSExpressTSIGKeyAlgorithm
secrets string
return void
        public void create_tsig_key(
		string [] keys,
		LocalLBDNSExpressTSIGKeyAlgorithm [] algorithms,
		string [] secrets
	)
        {
            this.Invoke("create_tsig_key", new object [] {
                keys,
                algorithms,
                secrets});
        }
LocalLBDNSExpress