EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElWinCertStorage.Count

TElWinCertStorage     See also    


 

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;

[VB6]
    Property IElCustomCertStorageX2.Count As Long

[ActiveX]
    HRESULT _stdcall IElCustomCertStorageX2.Count([out, retval] long *Value );

[DLL]
     __stdcall int SBWinCertStorageGetCount(HANDLE hStorage);
 
 

Parameters

  • [DLL]hStorage - handle to the TElWinCertStorage object that was returned by Constructor
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation