CharacterMaskPolicyType.UnmaskLength 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 the length of unmasked characters at the end of the redacted PII entity. Default is 0.
public int? UnmaskLength { get; set; }
member this.UnmaskLength : Nullable<int> with get, set
Public Property UnmaskLength As Nullable(Of Integer)