Click or drag to resize

MaskType Enumeration

The type of masks applied to the redacted text.

Namespace:  Opait.Redact
Assembly:  Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax
C#
public enum MaskType
Members
  Member nameValueDescription
All0 Mask all matching characters.
First1 Mask the first N characters.
Last2 Mask the last N characters.
AllButFirst3 Mask all but first N characters.
AllButLast4 Mask all but last N characters.
See Also