Show / Hide Table of Contents

Interface IDataStorage

Namespace: PKWARE.Smartcrypt.KeyManagement
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
Type Name Description
String key
String defaultValue
Returns
Type Description
IObservable<String>

Notifications()

Declaration
IObservable<ISet<Notification>> Notifications()
Returns
Type Description
IObservable<ISet<Notification>>

RespondToNotification(Notification, String)

Declaration
void RespondToNotification([NotNull] Notification notification, [NotNull] string action)
Parameters
Type Name Description
Notification notification
String action
Exceptions
Type Condition
MetaClientException

Restore()

Causes OnLoadData() to be invoked. Invocation happens on the same thread.

Declaration
void Restore()
Exceptions
Type Condition
MetaClientException
Back to top Copyright © 2018 PKWARE, Inc.