Click or drag to resize

HoarderConfigSectionSecrets Property

A config subsection for application secrets that will be read from UserSecrets in development and environment variables in Azure hosting.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.17
Syntax
C#
public HoarderConfigSecrets Secrets { get; set; }

Property Value

HoarderConfigSecrets
See Also