MaskType Enumeration |
Namespace: Opait.Redact
public enum MaskType
Member name | Value | Description | |
---|---|---|---|
All | 0 | Mask all matching characters. | |
First | 1 | Mask the first N characters. | |
Last | 2 | Mask the last N characters. | |
AllButFirst | 3 | Mask all but first N characters. | |
AllButLast | 4 | Mask all but last N characters. |