ISecureStorage.Remove(String) Method

Definition

Removes a key and its associated value if it exists.

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

Parameters

key
String

The key to remove.

Returns

Applies to