iControl.LocalLBProfileClientSSL.set_certificate_key_chain_key_file C# (CSharp) Method

set_certificate_key_chain_key_file() private method

private set_certificate_key_chain_key_file ( string profile_names, string objects, string keys ) : void
profile_names string
objects string
keys string
return void
        public void set_certificate_key_chain_key_file(
		string [] profile_names,
		string [] [] objects,
		string [] [] keys
	)
        {
            this.Invoke("set_certificate_key_chain_key_file", new object [] {
                profile_names,
                objects,
                keys});
        }
LocalLBProfileClientSSL