iControl.ManagementOCSPResponder.set_trust_other_certificate_state C# (CSharp) Method

set_trust_other_certificate_state() private method

private set_trust_other_certificate_state ( string responders, CommonEnabledState states ) : void
responders string
states CommonEnabledState
return void
        public void set_trust_other_certificate_state(
		string [] responders,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_trust_other_certificate_state", new object [] {
                responders,
                states});
        }
ManagementOCSPResponder