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: 11.0.0
Syntax 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:
StringSee Also