Click or drag to resize

UserStoreTFindByNameAsync Method

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

Namespace:  VelocityDBExtensions2.AspNet.Identity
Assembly:  VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public Task<T> FindByNameAsync(
	string userName
)

Parameters

userName
Type: SystemString

[Missing <param name="userName"/> documentation for "M:VelocityDBExtensions2.AspNet.Identity.UserStore`1.FindByNameAsync(System.String)"]

Return Value

Type: TaskT

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

Implements

IUserStore.FindByNameAsync(String)
See Also