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