Discuss this help topic in SecureBlackbox Forum
Adds an OCSP response to the list
Declaration
[C#]
int AddOCSPResponse();
[VB.NET]
Function AddOCSPResponse() As Integer
[Pascal]
function AddOCSPResponse : integer;
[C++]
int32_t AddOCSPResponse();
[PHP]
integer AddOCSPResponse()
[Java]
int addOCSPResponse();
Return value
Index of the added OCSP response in the list
Description
Use this method to add an OCSP responce to the list.
Discuss this help topic in SecureBlackbox Forum