ServerSecurityOptionsMaxFailedLoginAttemptsBeforeBlocked - свойство
Максимальное число разрешённых неудачных попыток входа до того, как произойдёт блокировка пользователя
(поля Blocked, BlockedDueDate в карточке сотрудника). По умолчанию 0 - проверка отключена.
Пространство имён: Tessa.Platform.RuntimeСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public int MaxFailedLoginAttemptsBeforeBlocked { get; set; }
Public Property MaxFailedLoginAttemptsBeforeBlocked As Integer
Get
Set
public:
virtual property int MaxFailedLoginAttemptsBeforeBlocked {
int get () sealed;
void set (int value) sealed;
}
abstract MaxFailedLoginAttemptsBeforeBlocked : int with get, set
override MaxFailedLoginAttemptsBeforeBlocked : int with get, set
Int32IServerSecurityOptionsMaxFailedLoginAttemptsBeforeBlocked