Discuss this help topic in SecureBlackbox Forum
This property specifies the number of CRLs in the list.
Declaration
[VB.NET]
Property CRLCount As Integer
[Pascal]
property CRLCount : integer;
[C++]
int32_t get_CRLCount();
[PHP]
integer get_CRLCount()
[Java]
int getCRLCount();
Description
Use this property to get the number of CRLs in the list.
Discuss this help topic in SecureBlackbox Forum