Class EncryptionOptions
加密选项
public class EncryptionOptions
- Inheritance
-
EncryptionOptions
- Inherited Members
Properties
AutoEncryptOnWrite
是否在写入时自动加密匹配的敏感键
public bool AutoEncryptOnWrite { get; set; }
Property Value
EncryptedPrefix
加密值前缀标记(使用花括号避免与配置节分隔符 : 混淆)
public string EncryptedPrefix { get; set; }
Property Value
SensitiveKeyPatterns
敏感键模式(支持通配符 * 和 ?)
public List<string> SensitiveKeyPatterns { get; set; }