Discuss this help topic in SecureBlackbox Forum
Contains the OCSP responses already used for validation.
Declaration
[C#]
ArrayList UsedOCSPResponses;
[VB.NET]
Property UsedOCSPResponses As ArrayList
[Pascal]
property UsedOCSPResponses : TList;
[C++]
TList* get_UsedOCSPResponses();
[PHP]
TList get_UsedOCSPResponses()
[Java]
ArrayList getUsedOCSPResponses();
Description
Use this property to access the OCSP responses that were used for certificate validation before.
Discuss this help topic in SecureBlackbox Forum