Share via


IPasswordHasher.HashPassword Method (String)

 

Hashes a password.

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

Syntax

string HashPassword(
    string password
)
String^ HashPassword(
    String^ password
)
abstract HashPassword : 
        password:string -> string
Function HashPassword (
    password As String
) As String

Parameters

Return Value

Type: System.String

The hashed password.

See Also

IPasswordHasher Interface
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top