Table of Contents

Struct IPv6AddressRedactorOptions

Namespace
ZeroRedact
Assembly
ZeroRedact.dll

IPv6 redactor options.

public readonly struct IPv6AddressRedactorOptions
Inherited Members

Constructors

IPv6AddressRedactorOptions()

Constructs a new IPv6AddressRedactorOptions instance.

public IPv6AddressRedactorOptions()

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 IPv6AddressRedaction RedactorType { get; init; }

Property Value

IPv6AddressRedaction