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: 11.0.0
Syntax
C#
public class HashSettings

The HashSettings type exposes the following members.

Constructors
  NameDescription
Public methodHashSettings
Top
Properties
  NameDescription
Public propertyCustomSalt
Custom salt string. If not specified then default salt HashStringSalt is used.
Public propertyHashSalt
Additional hash salt for specific context.
Public propertyRedirect
Whether or not should method redirect.
Top
Methods
  NameDescription
Public methodClone
Clones the settings
Top
See Also