UserManager<TUser>.GetLockoutEndDateAsync(TUser) Method

Definition

Gets the last DateTimeOffset a user's last lockout expired, if any. A time value in the past indicates a user is not currently locked out.

C#
public virtual System.Threading.Tasks.Task<DateTimeOffset?> GetLockoutEndDateAsync (TUser user);

Parameters

user
TUser

The user whose lockout date should be retrieved.

Returns

A Task<TResult> that represents the lookup, a DateTimeOffset containing the last time a user's lockout expired, if any.

Applies to

منتج الإصدارات
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0