Discuss this help topic in SecureBlackbox Forum
Contains the list of SASL mechanisms supported by the server
Declaration
[C#/Java]
string[] ExtSASLMechanisms;
[VB.NET]
Property ExtSASLMechanisms As String()
[Pascal]
property ExtSASLMechanisms : StringArray;
StringArray = array of string;
[C++]
void get_ExtSASLMechanisms(TStringList &OutResult);
[PHP]
TStringList get_ExtSASLMechanisms()
Description
Contains the list of SASL mechanism identifiers, supported by the server.
Discuss this help topic in SecureBlackbox Forum