iControl.ManagementCertLDAPConfiguration.set_ssl_cipher C# (CSharp) Method

set_ssl_cipher() private method

private set_ssl_cipher ( string config_names, string ciphers ) : void
config_names string
ciphers string
return void
        public void set_ssl_cipher(
		string [] config_names,
		string [] [] ciphers
	)
        {
            this.Invoke("set_ssl_cipher", new object [] {
                config_names,
                ciphers});
        }
ManagementCertLDAPConfiguration