SecureStorage.Remove(String) Method

Definition

Removes a key and its associated value if it exists.

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

Parameters

key
String

The key to remove.

Returns

Returns true if the key value pair was removed.

Applies to