Property EnvironmentVariable
- Namespace
- MailFathom.Infrastructure.Secrets.References
- Assembly
- MailFathom.Infrastructure.dll
EnvironmentVariable
Gets the scheme that reads an environment variable, recommended only for non-production automation.
public static SecretReferenceScheme EnvironmentVariable { get; }
Property Value
Remarks
The platform hands the value over as a string, which cannot be erased; see ResolvedSecret.