Click or drag to resize

RedactRule Properties

The RedactRule type exposes the following members.

Properties
  NameDescription
Public propertyCanSave
Gets a flag to indicate whether the rule should be saved.
Public propertyIsValid
Checks whether the rule is valid.
Public propertyMaskChar
Gets or sets a character that masks redacted text. Default is space.
Public propertyMaskLength
The number of characters to redact based on the MaskType.
Public propertyMaskType
Gets or sets the type of character masking to perform.
Public propertyName
Gets or sets the name of the redaction rule (e.g. SSN).
Public propertyPattern
Gets or sets the regular expression pattern for detecting redaction elements (e.g. SSN, email, phone, etc.)
Public propertyRedactType
Gets or sets the type of redaction to perform on detected patterns.
Public propertySearchOptions
Gets the search options for matching the pattern
Public propertyUserDefined
Gets or sets a value to identify a user-defined rule
Top
See Also