Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum