Table of Contents

Class EncryptionOptions

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

加密选项

public class EncryptionOptions
Inheritance
EncryptionOptions
Inherited Members

Properties

AutoEncryptOnWrite

是否在写入时自动加密匹配的敏感键

public bool AutoEncryptOnWrite { get; set; }

Property Value

bool

EncryptedPrefix

加密值前缀标记(使用花括号避免与配置节分隔符 : 混淆)

public string EncryptedPrefix { get; set; }

Property Value

string

SensitiveKeyPatterns

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

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

Property Value

List<string>