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
)
Public Function SendRequest (
networkMethod As String
) As OCSPResponse
public:
OCSPResponse^ SendRequest(
String^ networkMethod
)
member SendRequest :
networkMethod : string -> OCSPResponse
Parameters
- networkMethod
- Type: SystemString
Specifies the network method to attempt. Can be either, GET or POST.
Return Value
Type:
OCSPResponseOCSPResponse object that represents OCSP response.
Exceptions See Also