Discuss this help topic in SecureBlackbox Forum
Specifies the priority of SASL authentication.
Declaration
[C#]
int SASLLoginPriority;
[VB.NET]
Property SASLLoginPriority As Integer
[Pascal]
property SASLLoginPriority : Integer;
[C++]
int32_t get_SASLLoginPriority();
void set_SASLLoginPriority(int32_t Value);
[PHP]
integer get_SASLLoginPriority()
void set_SASLLoginPriority(integer $Value)
[Java]
int getSASLLoginPriority();
void setSASLLoginPriority(int Value);
Description
Use this property to specify the priority of SASL authentication as compared to plain login.
The higher the value, the more preferred this way of login is.
Discuss this help topic in SecureBlackbox Forum