Constructor DiscoveredSecret
- Namespace
- MailFathom.Infrastructure.Secrets.Discovery
- Assembly
- MailFathom.Infrastructure.dll
DiscoveredSecret(string, ConfiguredSecret)
One secret-bearing setting found in a bound options graph, with the configuration path that reached it.
public DiscoveredSecret(string ConfigurationPath, ConfiguredSecret Secret)
Parameters
ConfigurationPathstringThe colon-separated path an operator edits, for example
MailSynchronization:Accounts:0:Secrets:Password.SecretConfiguredSecretThe bound block. Discovery never reads its value, so nothing in the walk can reach a diagnostic.