IdentityUser.PasswordHash Property

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

'Declaration
Public Overridable Property PasswordHash As String 
    Get 
    Set
'Usage
Dim instance As IdentityUser 
Dim value As String 

value = instance.PasswordHash

instance.PasswordHash = value
public virtual string PasswordHash { get; set; }
public:
virtual property String^ PasswordHash {
    String^ get ();
    void set (String^ value);
}
abstract PasswordHash : string with get, set 
override PasswordHash : string with get, set
function get PasswordHash () : String 
function set PasswordHash (value : String)

Property Value

Type: System.String

See Also

Reference

IdentityUser Class

Microsoft.AspNet.Identity.EntityFramework Namespace