Discuss this help topic in SecureBlackbox Forum

TElFileCertStorage.Count

TElFileCertStorage     See also     


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


This read-only property contains the number of certificates in storage.

Declaration

[C#]
    int Count;

[VB.NET]
    Property Count As Integer

[Pascal]
    property Count : integer;

[C++]
    not available

[PHP]
    not available

[Java]
    int getCount();

Description

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

See also:     Certificates     Add    

Discuss this help topic in SecureBlackbox Forum