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