Discuss this help topic in SecureBlackbox Forum
This property specifies the number of OCSP responses in the list.
Declaration
[C#]
int OCSPResponseCount;
[VB.NET]
Property OCSPResponseCount As Integer
[Pascal]
property OCSPResponseCount : integer;
[C++]
int32_t get_OCSPResponseCount();
[PHP]
integer get_OCSPResponseCount()
[Java]
int getOCSPResponseCount();
Description
Use this property to get the number of OCSP responses in the list.
Discuss this help topic in SecureBlackbox Forum