Discuss this help topic in SecureBlackbox Forum

TElLDAPSClient.LDAPDN

TElLDAPSClient     See also     


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


Specifies name for name/password authentication.

Declaration

[C#]
    string LDAPDN;

[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.

See also:     AuthType     Bind    

Discuss this help topic in SecureBlackbox Forum