Common.Password.GetHashed C# (CSharp) Method

GetHashed() public method

public GetHashed ( ) : Password
return Password
        public Password GetHashed()
        {
            return new Password(Value);
        }