Discuss this help topic in SecureBlackbox Forum
Specifies the Windows physical certificate storages which are used to validate server certificates
Declaration
[C#]
TElStringList PhysicalStores;
[VB.NET]
Property PhysicalStores As TElStringList
[Pascal]
property PhysicalStores : TStringList;
[C++]
TStringList* get_PhysicalStores();
void set_PhysicalStores(TStringList &Value);
void set_PhysicalStores(TStringList *Value);
[PHP]
TStringList get_PhysicalStores()
void set_PhysicalStores(TStringList $Value)
[Java]
TElStringList getPhysicalStores();
void setPhysicalStores(TElStringList Value);
Description
This property defines which physical stores of Windows system
stores should be used to validate the certificate. If there are no physical stores specified, all physical stores are used.
This property is only used when
StorageType property is set to stSystem.
Discuss this help topic in SecureBlackbox Forum