Click or drag to resize

UserStoreTSetPasswordHashAsync Method

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

Namespace:  VelocityDBExtensions2.AspNet.Identity
Assembly:  VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public Task SetPasswordHashAsync(
	T user,
	string passwordHash
)

Parameters

user
Type: T

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

passwordHash
Type: SystemString

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

Return Value

Type: Task

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

Implements

IUserPasswordStore.SetPasswordHashAsync(UTP, String)
See Also