Table of Contents

Struct StringRedactorOptions

Namespace
ZeroRedact
Assembly
ZeroRedact.dll

String redactor options.

public readonly struct StringRedactorOptions
Inherited Members

Constructors

StringRedactorOptions()

Constructs a new StringRedactorOptions instance.

public StringRedactorOptions()

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

Property Value

StringRedaction