Click or drag to resize

UserStoreTGetLockoutEnabledAsync Method

[Missing <summary> documentation for "M:VelocityDBExtensions2.AspNet.Identity.UserStore`1.GetLockoutEnabledAsync(`0)"]

Namespace:  VelocityDBExtensions2.AspNet.Identity
Assembly:  VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public Task<bool> GetLockoutEnabledAsync(
	T user
)

Parameters

user
Type: T

[Missing <param name="user"/> documentation for "M:VelocityDBExtensions2.AspNet.Identity.UserStore`1.GetLockoutEnabledAsync(`0)"]

Return Value

Type: TaskBoolean

[Missing <returns> documentation for "M:VelocityDBExtensions2.AspNet.Identity.UserStore`1.GetLockoutEnabledAsync(`0)"]

Implements

IUserLockoutStore.GetLockoutEnabledAsync(UTP)
See Also