Share via


UserManager<TUser, TKey>.PasswordHasher Property

Gets or sets the property used to hash/verify passwords.

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

Syntax

public IPasswordHasher PasswordHasher { get; set; }

Property Value

Type: Microsoft.AspNet.Identity.IPasswordHasher
The property used to hash/verify passwords.

See Also

Reference

UserManager<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity