MaskingKind Enumeration

The supported masking options for a data element.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
public enum MaskingKind
Members
  Member nameValueDescription
AllCharacters0All characters will be masked according to the specified number of characters. If the number specified is 0, then the original value's length will be used.
MaskCharacters1Mask a fixed number of characters from the start or end of the value.
PreserveCharacters2A fixed number of characters from the start or end of the value will be kept and all others will be masked.
ClearValue3The value will be an empty string or NaN (Not a Number).
See Also