Click or drag to resize

IdentityUser Constructor (String)

Initializes a new instance of the IdentityUser class

Namespace:  VelocityDBExtensions2.AspNet.Identity
Assembly:  VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public IdentityUser(
	string username
)

Parameters

username
Type: SystemString

[Missing <param name="username"/> documentation for "M:VelocityDBExtensions2.AspNet.Identity.IdentityUser.#ctor(System.String)"]

See Also