Click or drag to resize
HashSettings Class
Hash settings container
Inheritance Hierarchy
SystemObject
  CMS.HelpersHashSettings

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public class HashSettings

The HashSettings type exposes the following members.

Constructors
  NameDescription
Public methodHashSettings
Creates new instance of HashSettings with hash purpose. The same purpose must be used in HashSettings when validating hash.
Top
Properties
  NameDescription
Public propertyHashStringSaltOverride
Gets or sets custom salt string. If not specified then default salt HashStringSalt is used.
Public propertyPurpose
Gets purpose of the hash.
Public propertyRedirect
Gets or sets value indicating whether or not should hash validation method redirect in case of invalid hash.
Top
Methods
  NameDescription
Public methodClone
Clones the settings.
Top
See Also