ServerSecurityOptionsMaxFailedLoginAttemptsBeforeBlocked - свойство
Максимальное число разрешённых неудачных попыток входа до того, как произойдёт блокировка пользователя
(поля Blocked, BlockedDueDate в карточке сотрудника). По умолчанию 0 - проверка отключена.
Пространство имён: Tessa.Platform.RuntimeСборка: Tessa (в Tessa.dll) Версия: 4.0.8
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