Click or drag to resize
IEmailHashValidator Interface
Provides method for validating hash generated from given email address.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public interface IEmailHashValidator

The IEmailHashValidator type exposes the following members.

Methods
  NameDescription
Public methodValidateEmailHash
Validates given hash against emailAddress.
Top
See Also