Click or drag to resize
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.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public Task<DateTimeOffset> GetLockoutEndDateAsync(
	TUser user
)

Parameters

user
Type: TUser
User.

Return Value

Type: TaskDateTimeOffset

Implements

IUserLockoutStore.GetLockoutEndDateAsync(UTP)
See Also