Click or drag to resize
HashValidationAttribute Constructor
Default constructor.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public HashValidationAttribute(
	string hashSalt
)

Parameters

hashSalt
Type: SystemString
Hash salt.
See Also