SecureStorage.Remove(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.