Click or drag to resize

UserStoreTGetPasswordHashAsync Method

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

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

Parameters

user
Type: T

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

Return Value

Type: TaskString

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

Implements

IUserPasswordStore.GetPasswordHashAsync(UTP)
See Also