EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElWinCertStorage.GetAvailableStores

TElWinCertStorage     See also    


 

Returns a list of system stores for a system

 
 

Declaration

[C#]
    static void GetAvailableStores(TElWinCertStorage Self, TElStringList Stores);

[VB.NET]
    Shared Sub GetAvailableStores(ByVal Self As TElWinCertStorage, ByVal Stores As TElStringList)

[Pascal]
    class procedure GetAvailableStores(Stores : TStrings);

[VB6]
    Function IElWinCertStorageX3.GetAvailableStores() As IElStringListX

[ActiveX]
    HRESULT _stdcall IElWinCertStorageX3.GetAvailableStores([out, retval] IElStringListX ** Result );

[DLL]
    __stdcall BOOL SBGetAvailableSystemStores(char** pBuffer, int *nSize);
 
 

Parameters

  • [DLL]pBuffer - names of the system stores with separator 0x00 between them.
  • [DLL]nSize - size of the pBuffer.
  • Self - you should always pass null as this parameter.
  • Stores - The TStrings descendant where to put names of the system stores
 
 

Description

    Use this method to obtain the names of local system certificate stores. Note that GetAvailableStores enumerates the system storages only. It doesn't enumerate registry, memory or LDAP storages.

 
 

See also:     GetAvailablePhysicalStores    

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