LockoutOptions.DefaultLockoutTimeSpan Property

Definition

Gets or sets the TimeSpan a user is locked out for when a lockout occurs. Defaults to 5 minutes.

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

Property Value

The TimeSpan a user is locked out for when a lockout occurs.

Remarks

Defaults to 5 minutes.

Applies to