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) |
设置和加密给定密钥的值。 |