 | BackupConfigurationSectionRequireEncryptedBackups Property |
True if backups must be encrypted
Namespace: SanteDB.Core.ConfigurationAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic bool RequireEncryptedBackups { get; set; }Public Property RequireEncryptedBackups As Boolean
Get
Set
public:
property bool RequireEncryptedBackups {
bool get ();
void set (bool value);
}member RequireEncryptedBackups : bool with get, set
Property Value
Boolean
See Also