Click or drag to resize
UserStoreGetLockoutEndDateAsync 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: 12.0.0
Syntax
C#
public Task<DateTimeOffset> GetLockoutEndDateAsync(
	User user
)

Parameters

user
Type: Kentico.MembershipUser
User.

Return Value

Type: TaskDateTimeOffset

Implements

IUserLockoutStore.GetLockoutEndDateAsync(UTP)
See Also