Struct StringRedactorOptions
- Namespace
- ZeroRedact
- Assembly
- ZeroRedact.dll
String redactor options.
public readonly struct StringRedactorOptions
- Inherited Members
Constructors
StringRedactorOptions()
Constructs a new StringRedactorOptions instance.
public StringRedactorOptions()
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 StringRedaction RedactorType { get; init; }