UserManager<TUser>.PasswordHasher Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)