Condividi tramite


UserManager<TUser>.UpdatePasswordHash(TUser, String, Boolean) Metodo

Definizione

Aggiornamenti hash della password di un utente.

protected:
 virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Identity::IdentityResult ^> ^ UpdatePasswordHash(TUser user, System::String ^ newPassword, bool validatePassword);
protected virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult> UpdatePasswordHash (TUser user, string newPassword, bool validatePassword);
abstract member UpdatePasswordHash : 'User * string * bool -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
override this.UpdatePasswordHash : 'User * string * bool -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
Protected Overridable Function UpdatePasswordHash (user As TUser, newPassword As String, validatePassword As Boolean) As Task(Of IdentityResult)

Parametri

user
TUser

Utente.

newPassword
String

Nuova password.

validatePassword
Boolean

Se convalidare la password.

Restituisce

Se la password è stata aggiornata correttamente.

Si applica a