Click or drag to resize
SecurityHelperGenerateConfirmationEmailHash Method
Generates hash for confirmation email which approves certain action (subscription to forum, password change, ...).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GenerateConfirmationEmailHash(
	string identifier,
	DateTime time
)

Parameters

identifier
Type: SystemString
Request identifier.
time
Type: SystemDateTime
Time when request was sent.

Return Value

Type: String
See Also