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
RedactionCharacter
The character used for the redaction.
public char RedactionCharacter { get; init; }
Property Value
RedactorType
The type of redactor to apply.
public DateRedaction RedactorType { get; init; }