Class MaskingOptions
脱敏选项
public class MaskingOptions
- Inheritance
-
MaskingOptions
- Inherited Members
Properties
MaskString
脱敏字符串
public string MaskString { get; set; }
Property Value
NullPlaceholder
null 值占位符
public string NullPlaceholder { get; set; }
Property Value
SensitiveKeyPatterns
敏感键模式(支持通配符 * 和 ?)
public List<string> SensitiveKeyPatterns { get; set; }
Property Value
VisibleChars
保留可见字符数(首尾各保留的字符数)
public int VisibleChars { get; set; }