Discuss this help topic in SecureBlackbox Forum
Specifies name for name/password authentication.
Declaration
[VB.NET]
Property LDAPDN As String
[Pascal]
property LDAPDN : string;
[C++]
void get_LDAPDN(std::string &OutResult);
void set_LDAPDN(const std::string &Value);
[PHP]
string get_LDAPDN()
void set_LDAPDN(string $Value)
[Java]
String getLDAPDN();
void setLDAPDN(String Value);
Description
Use this property to specify the name to authenticate to the server.
Use of this property makes sense only if simple authentication method is chosen by
AuthType.
Discuss this help topic in SecureBlackbox Forum