Interface IDataStorage
Assembly: SmartcryptKeyManagement.dll
Syntax
public interface IDataStorage
Methods
Entitlement(String, String)
Emitted values may be null
.
Declaration
IObservable<string> Entitlement([NotNull] string key, [CanBeNull] string defaultValue)
Parameters
Returns
Notifications()
Declaration
IObservable<ISet<Notification>> Notifications()
Returns
Declaration
void RespondToNotification([NotNull] Notification notification, [NotNull] string action)
Parameters
Exceptions
Restore()
Causes OnLoadData() to be invoked. Invocation happens on the same thread.
Declaration
Exceptions