Table of Contents

Enum EmailAddressRedaction

Namespace
ZeroRedact
Assembly
ZeroRedact.dll

Defines the different types of redactions that can be applied to an email address.

public enum EmailAddressRedaction

Fields

All = 0

The email address is redacted.

FirstHalfUsername = 4

The first half of the username is redacted.

FixedLength = 1

The email address is redacted with a fixed width.

Full = 2

Only the @ symbol and final dot is shown.

Middle = 5

The second half of the username and the first half of the domain are redacted.

MostUsername = 6

Only the first and last characters of the username are shown along with showing the full domain.

ShowFirstCharacters = 7

Only the first character of the username and host are shown along with showing the full domain.

Username = 3

The local-part/username is redacted.