Table of Contents

Enum CreditCardRedaction

Namespace
ZeroRedact
Assembly
ZeroRedact.dll

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

public enum CreditCardRedaction

Fields

All = 0

The credit card number is redacted.

FixedLength = 1

The credit card number is redacted with a fixed length.

Full = 2

The credit card number is redacted, preserving symbols.

ShowFirstSixLastFour = 4

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

ShowLastFour = 3

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