SecureStorage.Remove(String) Method

Definition

Removes the encrypted key/value pair for the given key.

public static bool Remove (string key);

Parameters

key
String

The key to remove.

Returns

Returns true if the key value pair was removed.

Applies to