Skip to content

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

NameDescription
TThe Type of settings store.

Parameters

NameTypeDescription
passwordstringSecure password.
initialise = trueboolInitialise the Settings values.
overrideDatabaseName = nullstring?Name of the override database.

Returns: Task -- The Settings store.