共用方式為


ISecureStorage 介面

定義

SecureStorage API 可協助安全地儲存簡單的密鑰/值組。

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

方法

GetAsync(String)

取得和解密指定金鑰的值。

Remove(String)

如果索引鍵存在,則移除索引鍵及其相關聯的值。

RemoveAll()

拿掉所有儲存的加密金鑰/值組。

SetAsync(String, String)

設定和加密指定金鑰的值。

適用於