Click or drag to resize

AppletConfigurationSectionApplets Property

Gets or sets a list of applets which are permitted for use and their public key token used for validation

Namespace:  SanteDB.DisconnectedClient.Configuration
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public List<AppletName> Applets { get; set; }

Property Value

Type: ListAppletName
The applets.
See Also