SecurityHelperValidateConfirmationEmailHash Method |
Returns whether hash for confirmation email is valid.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static bool ValidateConfirmationEmailHash(
string hash,
string identifier,
DateTime time
)
Parameters
- hash
- Type: SystemString
Validated hash. - identifier
- Type: SystemString
Request identifier. - time
- Type: SystemDateTime
Time in format "ddMMyyyyhhmmss" when request was sent.
Return Value
Type:
BooleanSee Also