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
RedactionCharacter
The character used for the redaction.
public char RedactionCharacter { get; init; }
  Property Value
RedactorType
The type of redactor to apply.
public EmailAddressRedaction RedactorType { get; init; }