iControl.LocalLBProfileClientSSL.get_certificate_key_chain C# (CSharp) Method

get_certificate_key_chain() private method

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