Discuss this help topic in SecureBlackbox Forum
Contains a list of CRL distribution points.
Declaration
[C#]
TElStringList ServerList;
[VB.NET]
Property ServerList As TElStringList
[Pascal]
property ServerList : TStringList;
[C++]
TElStringList* get_ServerList();
void set_ServerList(TElStringList &Value);
void set_ServerList(TElStringList *Value);
[PHP]
TElStringList get_ServerList()
void set_ServerList(TElStringList $Value)
[Java]
TElStringList getServerList();
void setServerList(TElStringList Value);
Description
Use this property to specify the list of desired CRL servers.
Discuss this help topic in SecureBlackbox Forum