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