MaskingKind

The supported masking options for a data element.
 

Example

The following is an example of how to reference the MaskingKind object:

	// The full path is required.
	dundas.data.MaskingKind.ALL_CHARACTERS
	

 

Properties

 
  Name Description
  ALL_CHARACTERS All 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.
  CLEAR_VALUE The value will be an empty string or NaN (Not a Number).
  MASK_CHARACTERS Mask a fixed number of characters from the start or end of the value.
  PRESERVE_CHARACTERS A fixed number of characters from the start or end of the value will be kept and all others will be masked.