Discuss this help topic in SecureBlackbox Forum
Specifies Windows certificate storages which are used to access certificates
Declaration
[C#]
TElStringList SystemStores;
[VB.NET]
Property SystemStores As TElStringList
[Pascal]
property SystemStores : TStringList;
[C++]
TStringList* get_SystemStores();
void set_SystemStores(TStringList &Value);
void set_SystemStores(TStringList *Value);
[PHP]
TStringList get_SystemStores()
void set_SystemStores(TStringList $Value)
[Java]
TElStringList getSystemStores();
void setSystemStores(TElStringList Value);
Parameters
- 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.
Discuss this help topic in SecureBlackbox Forum