Discuss this help topic in SecureBlackbox Forum

TElCustomCRLStorage.Count

TElCustomCRLStorage     See also     


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


Returns the number of CRLs in the storage.

Declaration

[C#]
    int Count;

[VB.NET]
    Property Count As Integer

[Pascal]
    property Count : integer;

[C++]
    int32_t get_Count();

[PHP]
    integer get_Count()

[Java]
    int getCount();

Description

    Use this property to retrieve the number of CRLs in the storage.

See also:     CRLs    

Discuss this help topic in SecureBlackbox Forum