Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IPasswordHasher

    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IPasswordHasher

    Methods

    View Source

    HashPassword(string)

    Hashes a password

    Declaration
    string HashPassword(string password)
    Parameters
    Type Name Description
    string password

    The password.

    Returns
    Type Description
    string

    The password hashed.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX