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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static bool ValidateConfirmationEmailHash(
	string hash,
	string identifier,
	DateTime time
)

Parameters

hash
Type: System.String
Validated hash.
identifier
Type: System.String
Request identifier.
time
Type: System.DateTime
Time in format "ddMMyyyyhhmmss" when request was sent.

Return Value

Type: Boolean
See Also