ISecureStorage 接口

定义

SecureStorage API 有助于安全地存储简单的键/值对。

public interface class ISecureStorage
public interface ISecureStorage
type ISecureStorage = interface
Public Interface ISecureStorage

方法

GetAsync(String)

获取并解密给定密钥的值。

Remove(String)

删除键及其关联值(如果存在)。

RemoveAll()

删除所有存储的加密密钥/值对。

SetAsync(String, String)

设置和加密给定密钥的值。

适用于