CharacterMaskPolicyType.UnmaskFromEnd Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional parameter to indicate whether to unmask characters from the end of the redacted PII entity. Default is true.
public bool? UnmaskFromEnd { get; set; }
member this.UnmaskFromEnd : Nullable<bool> with get, set
Public Property UnmaskFromEnd As Nullable(Of Boolean)