Discuss this help topic in SecureBlackbox Forum

TElLDAPSClient.SASLMechanism

TElLDAPSClient     See also     


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


Specifies SASL authentication mechanism.

Declaration

[C#]
    string SASLMechanism;

[VB.NET]
    Property SASLMechanism As String

[Pascal]
    property SASLMechanism : string;

[C++]
    void get_SASLMechanism(std::string &OutResult);
    void set_SASLMechanism(const std::string &Value);

[PHP]
    string get_SASLMechanism()
    void set_SASLMechanism(string $Value)

[Java]
    String getSASLMechanism();
    void setSASLMechanism(String Value);

Description

    Use this property to specify the SASL authentication mechanism. Use of this property makes sense only if AuthType is set to autSASL.

See also:     AuthType     Bind    

Discuss this help topic in SecureBlackbox Forum