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