Affecto.Authentication.Passwords.Password.Hash C# (CSharp) Method

Hash() public method

public Hash ( ) : string
return string
        public string Hash()
        {
            return passwordHasher.HashPassword(Value);
        }