Table of Contents

Struct CreditCardRedactorOptions

Namespace
ZeroRedact
Assembly
ZeroRedact.dll

Credit card redactor options.

public readonly struct CreditCardRedactorOptions
Inherited Members

Constructors

CreditCardRedactorOptions()

Constructs a new CreditCardRedactorOptions instance.

public CreditCardRedactorOptions()

Properties

FixedLengthSize

The fixed length size of the redaction.

public int FixedLengthSize { get; init; }

Property Value

int

RedactionCharacter

The character used for the redaction.

public char RedactionCharacter { get; init; }

Property Value

char

RedactorType

The type of redactor to apply.

public CreditCardRedaction RedactorType { get; init; }

Property Value

CreditCardRedaction