LockoutOptions.DefaultLockoutTimeSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.