Click or drag to resize
SecurityHelperValidateConfirmationEmailHash Method
Returns whether hash for confirmation email is valid.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
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: Boolean
See Also