Click or drag to resize
KenticoUserStoreTUserSetLockoutEndDateAsync Method

Note: This API is now obsolete.

Locks a user out until the specified end date (set to a past date, to unlock a user).

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Method is not implemented.", true)]
public Task SetLockoutEndDateAsync(
	TUser user,
	DateTimeOffset lockoutEnd
)

Parameters

user
Type: TUser
User.
lockoutEnd
Type: SystemDateTimeOffset
DateTimeOffset that represents the end of a user's lockout.

Return Value

Type: Task

Implements

IUserLockoutStore.SetLockoutEndDateAsync(UTP, DateTimeOffset)
See Also