Discuss this help topic in SecureBlackbox Forum
Contains the list of SASL mechanisms supported by the server
Declaration
[C#]
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()
[Java]
String[] getExtSASLMechanisms();
Description
Contains the list of SASL mechanism identifiers, supported by the server.
Discuss this help topic in SecureBlackbox Forum