iControl.LocalLBOCSPStaplingParameters.get_trusted_responder C# (CSharp) Method

get_trusted_responder() private method

private get_trusted_responder ( string stapling_parameters ) : string[]
stapling_parameters string
return string[]
        public string[] get_trusted_responder(
		string [] stapling_parameters
	)
        {
            object [] results = this.Invoke("get_trusted_responder", new object [] {
                stapling_parameters});
            return ((string [])(results[0]));
        }
LocalLBOCSPStaplingParameters