Constructor SecretResolutionOptions
- Namespace
- MailFathom.Infrastructure.Secrets.Resolution
- Assembly
- MailFathom.Infrastructure.dll
SecretResolutionOptions(SecretValueInterpretation)
The deployment-wide choice of how secret-bearing configuration values are interpreted.
public SecretResolutionOptions(SecretValueInterpretation Interpretation)
Parameters
InterpretationSecretValueInterpretationThe active interpretation mode.
Remarks
The mode is supplied at registration rather than read from configuration inside this assembly, so the resolution stack needs no hosting dependency and the rule stays trivially testable in all three directions.