PasswordHasher.HashPassword Method (String)

 

Hashes a password

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

Syntax

public virtual string HashPassword(
    string password
)
public:
virtual String^ HashPassword(
    String^ password
)
abstract HashPassword : 
        password:string -> string
override HashPassword : 
        password:string -> string
Public Overridable Function HashPassword (
    password As String
) As String

Parameters

Return Value

Type: System.String

The password hashed.

Implements

IPasswordHasher.HashPassword(String)

See Also

PasswordHasher Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top