SecurityHelperGenerateConfirmationEmailHash Method |
Generates hash for confirmation email which approves certain action (subscription to forum, password change, ...).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax 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:
StringSee Also