IdentityUser<TKey,TUserClaim,TUserRole,TUserLogin>.PasswordHash Property

Definition

Gets or sets a salted and hashed representation of the password for this user.

public:
 virtual property System::String ^ PasswordHash { System::String ^ get(); void set(System::String ^ value); };
public virtual string PasswordHash { get; set; }
member this.PasswordHash : string with get, set
Public Overridable Property PasswordHash As String

Property Value

Applies to