Enum StringRedaction
- Namespace
- ZeroRedact
- Assembly
- ZeroRedact.dll
Defines the different types of redactions that can be applied to a string.
public enum StringRedaction
Fields
All = 0
The string is redacted.
FirstHalf = 2
The first half of the string is redacted.
FixedLength = 1
The string is redacted with a fixed length.
IgnoreSymbols = 4
All characters are redacted except symbols.
SecondHalf = 3
The second half of the string is redacted.
ShowFirstAndLast = 5
The first and last characters are shown, all others are redacted.