Click or drag to resize

RedactType Enumeration

Enumerates actions applied to redacted text.

Namespace:  Opait.Redact
Assembly:  Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax
C#
public enum RedactType
Members
  Member nameValueDescription
Delete0 Removes all redacted characters fro text streams.
MaskAll1 Replaces all redacted characters with a specified masking character.
MaskAlphaNumeric2 Only masks alpha-numeric characters, leaving punctuation unchanged.
RotateAlphaNumeric3 Randomly rotates alpha-numeric characters, preserving class and case.
See Also