iControl.ManagementOCSPResponder.get_ca_path C# (CSharp) Method

get_ca_path() private method

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