UserManager<TUser>.PasswordHasher Property

Definition

The IPasswordHasher<TUser> used to hash passwords.

protected public:
 property Microsoft::AspNetCore::Identity::IPasswordHasher<TUser> ^ PasswordHasher { Microsoft::AspNetCore::Identity::IPasswordHasher<TUser> ^ get(); void set(Microsoft::AspNetCore::Identity::IPasswordHasher<TUser> ^ value); };
public:
 property Microsoft::AspNetCore::Identity::IPasswordHasher<TUser> ^ PasswordHasher { Microsoft::AspNetCore::Identity::IPasswordHasher<TUser> ^ get(); void set(Microsoft::AspNetCore::Identity::IPasswordHasher<TUser> ^ value); };
protected internal Microsoft.AspNetCore.Identity.IPasswordHasher<TUser> PasswordHasher { get; set; }
public Microsoft.AspNetCore.Identity.IPasswordHasher<TUser> PasswordHasher { get; set; }
member this.PasswordHasher : Microsoft.AspNetCore.Identity.IPasswordHasher<'User (requires 'User : null)> with get, set
Protected Friend Property PasswordHasher As IPasswordHasher(Of TUser)
Public Property PasswordHasher As IPasswordHasher(Of TUser)

Property Value

Applies to