EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElCustomCertStorage.Count

ElCustomCertStorage     See also    


 

Returns 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]
    not applicable;
 
 
 

Description

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

 
 

See also:     Certificates    

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