Click or drag to resize
EmailHashService Class
Provides implementation of IEmailHashValidator and IEmailHashGenerator for manipulating with validation hash.
Inheritance Hierarchy
SystemObject
  CMS.Newsletters.InternalEmailHashService

Namespace: CMS.Newsletters.Internal
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
Syntax
C#
public sealed class EmailHashService : IEmailHashValidator, 
	IEmailHashGenerator

The EmailHashService type exposes the following members.

Constructors
  NameDescription
Public methodEmailHashService
Initializes new instance of EmailHashService.
Top
Methods
  NameDescription
Public methodGetEmailHash
Gets hash for given emailAddress.
Public methodValidateEmailHash
Validates given hash against emailAddress.
Top
See Also