iControl.LocalLBDNSExpress.get_tsig_key C# (CSharp) Method

get_tsig_key() private method

private get_tsig_key ( string zones ) : string[]
zones string
return string[]
        public string[] get_tsig_key(
		string [] zones
	)
        {
            object [] results = this.Invoke("get_tsig_key", new object [] {
                zones});
            return ((string [])(results[0]));
        }
LocalLBDNSExpress