| ValidationHelperGetHashString Method | 
            Gets the SHA2 hash for the given value (salt unique to certain user session and database is added).
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also