Click or drag to resize

OCSPRequestSendRequest Method (String)

Sends OCSP request (encoded raw data) to a OCSP responder specified in URL property by using specific network method.

Namespace:  PKI.OCSP
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public OCSPResponse SendRequest(
	string networkMethod
)

Parameters

networkMethod
Type: SystemString
Specifies the network method to attempt. Can be either, GET or POST.

Return Value

Type: OCSPResponse
OCSPResponse object that represents OCSP response.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe OCSP server URL is NULL.
ArgumentExceptionThe network method is invalid.
See Also