次の方法で共有


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

削除するキー。

戻り値

適用対象