SecureStorage.Remove(String) Method

Definition

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

public static bool Remove (string key);

Parameters

key
System.String

The key to remove.

Returns

System.Boolean

Returns true if the key value pair was removed.

Applies to