Discuss this help topic in SecureBlackbox Forum
Adds a new 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 newly added item in the list.
Description
Use this method to add a new OCSP response to the list.
Discuss this help topic in SecureBlackbox Forum