Click or drag to resize
ValidationHelperGetHashString Method
Gets the SHA2 hash for the given value (salt unique to certain user session and database is added).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetHashString(
	string value,
	HashSettings settings = null
)

Parameters

value
Type: SystemString
Value to hash
settings (Optional)
Type: CMS.HelpersHashSettings
Hash settings

Return Value

Type: String
See Also