ValidationHelperValidateHash Method (String, String, HashSettings) |
Validates the hash for the given value.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static bool ValidateHash(
string value,
string hash,
HashSettings settings
)
Parameters
- value
- Type: SystemString
Value - hash
- Type: SystemString
Hash - settings
- Type: CMS.HelpersHashSettings
Hash settings
Return Value
Type:
BooleanSee Also