EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElWinCertStorage.SystemStores

TElWinCertStorage     See also    


 

Specifies Windows certificate storages which are used to access certificates

 
 

Declaration

[C#]
    TElStringList SystemStores;

[VB.NET]
    Property SystemStores As TElStringList

[Pascal]
    property SystemStores : TStringList;

[VB6]
    Property IElWinCertStorageX3.SystemStores As IElStringListX

[ActiveX]
    HRESULT _stdcall IElWinCertStorageX3.SystemStores([out, retval] IElStringListX ** Value );

[DLL]
    __stdcall BOOL SBWinCertStorageAdd(HANDLE handle, PCHAR StoreName);
    __stdcall BOOL SBWinCertStorageRemove(HANDLE handle, PCHAR StoreName);
    __stdcall BOOL SBWinCertStorageRemoveAll(HANDLE handle);
 
 

Parameters

  • [DLL]handle - handle to the TElWinCertStorage object that was returned by Constructor
  • StoreName - The name of the Windows system store to enable or disable
 
 

Description

    This property defines which Windows stores should be used to validate the certificate. Depending on the value of StorageType property the contents of SystemStores property can be:

  • stSystem - The names of the stores are added to the list. By default, there are four pre-defined certificate stores: ROOT, CA, SYSTEM and MY, but the user can add ones using Windows certificate content dialog.
  • stRegistry - Registry keys, where the certificates are stored, are added to the list.
  • stLDAP - the addresses of LDAP servers are added to the list.
 
 

See also:     GetAvailableStores     PhysicalStores     StorageType    

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