IdentityUser<TKey, TLogin, TRole, TClaim>.PasswordHash Property

 

Gets or sets the salted/hashed form of the user password.

Namespace:   Microsoft.AspNet.Identity.EntityFramework
Assembly:  Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)

Syntax

public virtual string PasswordHash { get; set; }
public:
property String^ PasswordHash {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract PasswordHash : string with get, set
override PasswordHash : string with get, set
Public Overridable Property PasswordHash As String

Property Value

Type: System.String

See Also

IdentityUser<TKey, TLogin, TRole, TClaim> Class
Microsoft.AspNet.Identity.EntityFramework Namespace
ASP.NET Identity

Return to top