Table of Contents

Enum PhoneNumberRedaction

Namespace
ZeroRedact
Assembly
ZeroRedact.dll

Defines the different types of redactions that can be applied to a phone number.

public enum PhoneNumberRedaction

Fields

All = 0

The phone number is redacted.

Example: "212-456-7890" becomes "************"

FixedLength = 1

The phone number is redacted with a fixed length.

Example: "212-456-7890" becomes "********"

Full = 2

The phone number is redacted, preserving symbols.

Example: "212-456-7890" becomes "--****"

ShowLastFour = 3

The last four digits of the credit card number are shown.

Example: "212-456-7890" becomes "--7890"