Table of Contents

Struct EmailAddressRedactorOptions

Namespace
ZeroRedact
Assembly
ZeroRedact.dll

Email address redactor options.

public readonly struct EmailAddressRedactorOptions
Inherited Members

Constructors

EmailAddressRedactorOptions()

Constructs a new EmailAddressRedactorOptions instance.

public EmailAddressRedactorOptions()

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

Property Value

EmailAddressRedaction