ISecureStorage.Remove(String) 方法

定义

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

public:
 bool Remove(System::String ^ key);
public bool Remove (string key);
abstract member Remove : string -> bool
Public Function Remove (key As String) As Boolean

参数

key
String

要移除的键。

返回

适用于