LockoutOptions.MaxFailedAccessAttempts 속성

정의

잠금이 사용하도록 설정된 것으로 가정하여 사용자가 잠기기 전에 허용되는 실패한 액세스 시도 횟수를 가져오거나 설정합니다. 기본값은 5입니다.

public:
 property int MaxFailedAccessAttempts { int get(); void set(int value); };
public int MaxFailedAccessAttempts { get; set; }
member this.MaxFailedAccessAttempts : int with get, set
Public Property MaxFailedAccessAttempts As Integer

속성 값

잠금이 설정된 경우 사용자가 잠기기 전에 허용되는 실패한 액세스 시도 횟수입니다.

설명

계정이 잠기기 전에 5번의 실패한 시도로 기본 설정됩니다.

적용 대상