Table of Contents

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

int

RedactionCharacter

The character used for the redaction.

public char RedactionCharacter { get; init; }

Property Value

char

RedactorType

The type of redactor to apply.

public MACAddressRedaction RedactorType { get; init; }

Property Value

MACAddressRedaction