OCSPRequestSendRequest(String) Method
Sends OCSP request (encoded raw data) to a OCSP responder specified in
URL property
by using specific network method.
Namespace: SysadminsLV.PKI.OcspClientAssembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
public OCSPResponse SendRequest(
string networkMethod
)
Public Function SendRequest (
networkMethod As String
) As OCSPResponse
public:
OCSPResponse^ SendRequest(
String^ networkMethod
)
member SendRequest :
networkMethod : string -> OCSPResponse
- networkMethod String
-
Specifies the network method to attempt. Can be either, GET or POST.
OCSPResponseOCSPResponse object that represents OCSP response.