KenticoUserStoreTUserGetLockoutEndDateAsync Method |
Returns the DateTimeOffset that represents the end of the user's lockout, any time
in the past should be considered not locked out.
Namespace: Kentico.MembershipAssembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax public Task<DateTimeOffset> GetLockoutEndDateAsync(
TUser user
)
Parameters
- user
- Type: TUser
User.
Return Value
Type:
TaskDateTimeOffsetImplements
IUserLockoutStore.GetLockoutEndDateAsync(UTP)See Also