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