Click or drag to resize
HashSettings Constructor
Creates new instance of HashSettings with hash purpose. The same purpose must be used in HashSettings when validating hash.

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

Parameters

purpose
Type: SystemString
Purpose of the hash.
See Also