Class HashSettings
Hash settings container
public class HashSettings
- Inheritance
-
objectHashSettings
- Extension Methods
Constructors
HashSettings(string)
Creates new instance of HashSettings with hash purpose
.
The same purpose must be used in HashSettings when validating hash.
public HashSettings(string purpose)
Parameters
purpose
stringPurpose of the hash.
Properties
HashStringSaltOverride
Gets or sets custom salt string. If not specified then default salt HashStringSalt is used.
public string HashStringSaltOverride { get; set; }
Property Value
- string
Purpose
Gets purpose of the hash.
public string Purpose { get; }
Property Value
- string