iControl.LocalLBProfileClientSSL.get_certificate_key_chain_chain_file C# (CSharp) Method

get_certificate_key_chain_chain_file() private method

private get_certificate_key_chain_chain_file ( string profile_names, string objects ) : string[][]
profile_names string
objects string
return string[][]
        public string[][] get_certificate_key_chain_chain_file(
		string [] profile_names,
		string [] [] objects
	)
        {
            object [] results = this.Invoke("get_certificate_key_chain_chain_file", new object [] {
                profile_names,
                objects});
            return ((string [] [])(results[0]));
        }
LocalLBProfileClientSSL