Discuss this help topic in SecureBlackbox Forum

TElLDAPSClient.AuthType

TElLDAPSClient     See also     


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


Specifies LDAP authentication mechanism.

Declaration

[C#]
    TSBLDAPAuthenticationType AuthType;

[VB.NET]
    Property AuthType As TSBLDAPAuthenticationType

[Pascal]
    property AuthType : TSBLDAPAuthenticationType;

[C++]
    TSBLDAPAuthenticationType get_AuthType();
    void set_AuthType(TSBLDAPAuthenticationType Value);

[PHP]
    integer get_AuthType()
    void set_AuthType(integer $Value)

[Java]
    TSBLDAPAuthenticationType getAuthType();
    void setAuthType(TSBLDAPAuthenticationType Value);

Authentication types:

Description

    Use this property to specify the authentication mechanism for Bind request.

See also:     Bind     LDAPDN     Password    

Discuss this help topic in SecureBlackbox Forum