Discuss this help topic in SecureBlackbox Forum
Removes all OCSP responses from the list.
Declaration
[C#]
void ClearOCSPResponses();
[VB.NET]
Sub ClearOCSPResponses()
[Pascal]
procedure ClearOCSPResponses;
[C++]
void ClearOCSPResponses();
[PHP]
void ClearOCSPResponses()
[Java]
void clearOCSPResponses();
Description
Use this method to empty the list of OCSP responses.
Discuss this help topic in SecureBlackbox Forum