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.3.0+16893f72dbbf743b5dc1838aaf2dc6aff3ae6df1
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.