Discuss this help topic in SecureBlackbox Forum
This property contains the number of the CRL.
Declaration
[VB.NET]
Property Number As Integer
[Pascal]
property Number : integer;
[C++]
int32_t get_Number();
void set_Number(int32_t Value);
[PHP]
integer get_Number()
void set_Number(integer $Value)
[Java]
int getNumber();
void setNumber(int Value);
Description
Use this property to get/set
the number of the CRL.
Discuss this help topic in SecureBlackbox Forum