Click or drag to resize

IDisclosedConfigurationSection Interface

Represents a configuration section which discloses certain parameters down to a client dCDR

Namespace: SanteDB.Core.Configuration
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IDisclosedConfigurationSection : IConfigurationSection

The IDisclosedConfigurationSection type exposes the following members.

Methods
 NameDescription
Public methodForDisclosure Instructs this configuration section to disclose public settings
Public methodInjest Injest settings from a disclosed kvp
Top
See Also