iControl.LocalLBProfileClientSSL.set_certificate_key_chain_passphrase C# (CSharp) Method

set_certificate_key_chain_passphrase() private method

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