iControl.ManagementCertLDAPConfiguration.set_ssl_check_peer_state C# (CSharp) Method

set_ssl_check_peer_state() private method

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