ISecureStorage Interface

ISecureStorage

Syntax

public interface ISecureStorage

Methods

Name Value Summary
Get(string) IObservable<string>
Remove(string) bool
RemoveAll() void
Set(string, string) IObservable<Unit>

Extension Methods