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: 9.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.
Public propertyUserSpecific
Indicates if the hash string is bound to current user
Top
Methods
  NameDescription
Public methodClone
Clones the settings
Top
See Also