ISecureStorage 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
SecureStorage API 可協助安全地儲存簡單的密鑰/值組。
public interface class ISecureStorage
public interface ISecureStorage
type ISecureStorage = interface
Public Interface ISecureStorage
方法
GetAsync(String) |
取得和解密指定金鑰的值。 |
Remove(String) |
如果索引鍵存在,則移除索引鍵及其相關聯的值。 |
RemoveAll() |
拿掉所有儲存的加密金鑰/值組。 |
SetAsync(String, String) |
設定和加密指定金鑰的值。 |