Discuss this help topic in SecureBlackbox Forum

TElWinCertStorage.GetAvailablePhysicalStores

TElWinCertStorage     See also     


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


Returns a list of physical stores for a system stores

Declaration

[C#]
    static void GetAvailablePhysicalStores(string SystemStore, TElStringList Stores, TSBStorageAccessType AccessType);

[VB.NET]
    Shared Sub GetAvailablePhysicalStores(ByVal SystemStore As String, ByVal Stores As TElStringList, ByVal AccessType As TSBStorageAccessType)

[Pascal]
    class procedure GetAvailablePhysicalStores(SystemStore : string; Stores : TStrings);

[C++]
    static void GetAvailablePhysicalStores(const std::string &SystemStore, TStrings &Stores, TSBStorageAccessType AccessType);
    static void GetAvailablePhysicalStores(const std::string &SystemStore, TStrings *Stores, TSBStorageAccessType AccessType);

[PHP]
    void GetAvailablePhysicalStores(string $SystemStore, TStrings $Stores, integer $AccessType)

[Java]
    static void getAvailablePhysicalStores(TElWinCertStorage> this, String SystemStore, TElStringList Stores, TSBStorageAccessType AccessType);

Parameters

  • Self - you should always pass null as this parameter.
  • SystemStore - The name of the system certificate store
  • Stores - The TStrings descendant where to put names of the corresponding physical stores
  • AccessType - ...

Possible AccessType values:

Description

    Use this method to obtain the names of certificate physical stores corresponding to the system store.

See also:     GetAvailableStores    

Discuss this help topic in SecureBlackbox Forum