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)