Table of Contents

Class MaskingOptions

Namespace
Apq.Cfg.Crypto
Assembly
Apq.Cfg.Crypto.dll

脱敏选项

public class MaskingOptions
Inheritance
MaskingOptions
Inherited Members

Properties

MaskString

脱敏字符串

public string MaskString { get; set; }

Property Value

string

NullPlaceholder

null 值占位符

public string NullPlaceholder { get; set; }

Property Value

string

SensitiveKeyPatterns

敏感键模式(支持通配符 * 和 ?)

public List<string> SensitiveKeyPatterns { get; set; }

Property Value

List<string>

VisibleChars

保留可见字符数(首尾各保留的字符数)

public int VisibleChars { get; set; }

Property Value

int