Discuss this help topic in SecureBlackbox Forum
This method clears the list of OCSP responses.
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 remove all OCSP responses from the list.
Discuss this help topic in SecureBlackbox Forum