Table of Contents

Class HashSettings

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

Hash settings container

public class HashSettings
Inheritance
object
HashSettings
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 string

Purpose 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