Table of Contents

Struct DateRedactorOptions

Namespace
ZeroRedact
Assembly
ZeroRedact.dll

Date redactor options.

public readonly struct DateRedactorOptions
Inherited Members

Constructors

DateRedactorOptions()

Constructs a new DateRedactorOptions instance.

public DateRedactorOptions()

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 DateRedaction RedactorType { get; init; }

Property Value

DateRedaction