Class EncryptionSettings
- Namespace
- Ando.Server.Configuration
- Assembly
- Ando.Server.dll
Configuration for data encryption.
public class EncryptionSettings
- Inheritance
-
EncryptionSettings
- Inherited Members
Fields
SectionName
Configuration section name in appsettings.json.
public const string SectionName = "Encryption"
Field Value
Properties
Key
Base64-encoded AES-256 encryption key (32 bytes). MUST be set via environment variable in production.
public string Key { get; set; }