UserManager<TUser>.PasswordHasher 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
IPasswordHasher<TUser>用來雜湊密碼的 。
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)