Enum ConfigurationValueKind
Identifies the persisted wrapper used for one configuration value transform.
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.Values
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public enum ConfigurationValueKind
Fields
| Name | Description |
|---|---|
| AesPassword | Password-derived AES protection. |
| Base64 | Base64 representation. |
| Base92JsonSafe | JSON-safe Base92 representation. |
| Caesar | Caesar transformation. |
| DataProtection | ASP.NET Data Protection payload supplied by an external adapter. |
| DpapiMachine | Windows DPAPI LocalMachine with Base64 payload. |
| DpapiMachineBase64Url | Windows DPAPI LocalMachine with Base64Url payload. |
| Rot13 | ROT13 transformation. |