| RedactType Enumeration |
Enumerates actions applied to redacted text.
Namespace:
Opait.Redact
Assembly:
Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax Members
| Member name | Value | Description |
---|
| Delete | 0 |
Removes all redacted characters fro text streams.
|
| MaskAll | 1 |
Replaces all redacted characters with a specified masking character.
|
| MaskAlphaNumeric | 2 |
Only masks alpha-numeric characters, leaving punctuation unchanged.
|
| RotateAlphaNumeric | 3 |
Randomly rotates alpha-numeric characters, preserving class and case.
|
See Also