Discuss this help topic in SecureBlackbox Forum

TElLDAPCertificateRetriever.ServerList

TElLDAPCertificateRetriever     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains a list of certificate distribution points.

Declaration

[C#]
    TElStringList ServerList;

[VB.NET]
    Property ServerList As TElStringList

[Pascal]
    property ServerList : TStringList;

[C++]
    TElStringList* get_ServerList();

[PHP]
    TElStringList get_ServerList()

[Java]
    TElStringList getServerList();

Description

Use this property to specify the list of the servers where the certificates could be retrieved.

Discuss this help topic in SecureBlackbox Forum