IUserPasswordStore<TUser>.SetPasswordHashAsync Method

Set the user password hash

Namespace:  Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

'Declaration
Function SetPasswordHashAsync ( _
    user As TUser, _
    passwordHash As String _
) As Task
'Usage
Dim instance As IUserPasswordStore 
Dim user As TUser
Dim passwordHash As String 
Dim returnValue As Task 

returnValue = instance.SetPasswordHashAsync(user, _
    passwordHash)
Task SetPasswordHashAsync(
    TUser user,
    string passwordHash
)
Task^ SetPasswordHashAsync(
    TUser user, 
    String^ passwordHash
)
abstract SetPasswordHashAsync : 
        user:'TUser * 
        passwordHash:string -> Task
function SetPasswordHashAsync(
    user : TUser, 
    passwordHash : String
) : Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

See Also

Reference

IUserPasswordStore<TUser> Interface

Microsoft.AspNet.Identity Namespace