SecureStorage.Remove(String) 方法

定义

删除给定密钥的加密密钥/值对。

public static bool Remove (string key);

参数

key
System.String

要移除的键。

返回

System.Boolean

如果删除了键值对,则返回 true。

适用于