AppInfo.SetupSettingsStore(string, bool, string?) method¶
Defined in
Type: AppInfo
Namespace: ReactiveMarbles.CacheDatabase.EncryptedSettings
Assembly: ReactiveMarbles.CacheDatabase.EncryptedSettings.dll
Applies to
netstandard2.0
public static Task<T?> SetupSettingsStore<T>(string password, bool initialise = true, string? overrideDatabaseName = null) where T : ISettingsStorage?, new()
Summary: Setup the secure settings store.
Type parameters
| Name | Description |
|---|---|
T | The Type of settings store. |
Parameters
| Name | Type | Description |
|---|---|---|
password | string | Secure password. |
initialise = true | bool | Initialise the Settings values. |
overrideDatabaseName = null | string? | Name of the override database. |
Returns: Task