Interface IPasswordHasher
Namespace: Umbraco.Cms.Core.Security
Assembly: Umbraco.Core.dll
Syntax
public interface IPasswordHasher
Methods
View SourceHashPassword(String)
Hashes a password
Declaration
string HashPassword(string password)
Parameters
Type | Name | Description |
---|---|---|
System.String | password | The password. |
Returns
Type | Description |
---|---|
System.String | The password hashed. |