iControl.ManagementOCSPResponder.get_other_certificate_file C# (CSharp) Method

get_other_certificate_file() private method

private get_other_certificate_file ( string responders ) : string[]
responders string
return string[]
        public string[] get_other_certificate_file(
		string [] responders
	)
        {
            object [] results = this.Invoke("get_other_certificate_file", new object [] {
                responders});
            return ((string [])(results[0]));
        }
ManagementOCSPResponder