Table of Contents

Struct PhoneNumberRedactorOptions

Namespace
ZeroRedact
Assembly
ZeroRedact.dll

Phone number redactor options.

public readonly struct PhoneNumberRedactorOptions
Inherited Members

Constructors

PhoneNumberRedactorOptions()

Constructs a new PhoneNumberRedactorOptions instance.

public PhoneNumberRedactorOptions()

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

Property Value

PhoneNumberRedaction