Property ConnectionStringSecret
- Namespace
- MailFathom.Infrastructure.Persistence.Connections
- Assembly
- MailFathom.Infrastructure.dll
ConnectionStringSecret
The block referencing a complete connection string held in a secret store, or null when ordinary configuration supplies it. A connection string is more than a password, so a store-backed deployment usually keeps it whole and rotates one artifact rather than splitting the credential across two systems.
public ConfiguredSecret? ConnectionStringSecret { get; init; }