Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationValues.CRLCount

TElCMSRevocationValues     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies the number of CRLs in the list.

Declaration

[C#]
    int CRLCount;

[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.

See also:     CRLs    

Discuss this help topic in SecureBlackbox Forum