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.MembershipAssembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax [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:
TaskImplements
IUserLockoutStore.SetLockoutEndDateAsync(UTP, DateTimeOffset)See Also