Discuss this help topic in SecureBlackbox Forum

TElWinCertStorage.Count

TElWinCertStorage     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++]
    int32_t get_Count();

[PHP]
    integer get_Count()

[Java]
    int getCount();

Description

    Use this property to retrieve the number of certificates in storage. It will be the sum of the number of certificates in each of the selected system stores.

See also:     Certificates     SystemStores    

Discuss this help topic in SecureBlackbox Forum