iControl.ManagementCertLDAPConfiguration.set_bind_distinguished_name C# (CSharp) Method

set_bind_distinguished_name() private method

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