Struct CreditCardRedactorOptions
- Namespace
- ZeroRedact
- Assembly
- ZeroRedact.dll
Credit card redactor options.
public readonly struct CreditCardRedactorOptions
- Inherited Members
Constructors
CreditCardRedactorOptions()
Constructs a new CreditCardRedactorOptions instance.
public CreditCardRedactorOptions()
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 CreditCardRedaction RedactorType { get; init; }