Discuss this help topic in SecureBlackbox Forum
This property contains number of non-standard extensions.
Declaration
[VB.NET]
Property OtherCount As Integer
[Pascal]
property OtherCount : integer;
[C++]
int32_t get_OtherCount();
void set_OtherCount(int32_t Value);
[PHP]
integer get_OtherCount()
void set_OtherCount(integer $Value)
[Java]
int getOtherCount();
void setOtherCount(int Value);
Description
Use this property to get/set number of non-standard extensions of the CRL.
Discuss this help topic in SecureBlackbox Forum