 | AppletSecurityConfigurationAllowUnsignedApplets Property |
Allow unsigned applets
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic bool AllowUnsignedApplets { get; set; }
Public Property AllowUnsignedApplets As Boolean
Get
Set
public:
property bool AllowUnsignedApplets {
bool get ();
void set (bool value);
}
member AllowUnsignedApplets : bool with get, set
Property Value
Type:
Boolean
See Also