IdentityUser<TKey>.LockoutEnd 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 date and time, in UTC, when any user lockout ends.
public:
virtual property Nullable<DateTimeOffset> LockoutEnd { Nullable<DateTimeOffset> get(); void set(Nullable<DateTimeOffset> value); };
public virtual DateTimeOffset? LockoutEnd { get; set; }
member this.LockoutEnd : Nullable<DateTimeOffset> with get, set
Public Overridable Property LockoutEnd As Nullable(Of DateTimeOffset)
Property Value
Remarks
A value in the past means the user is not locked out.