Partager via


SecureStorage.Remove(String) Méthode

Définition

Supprime une clé et sa valeur associée si elle existe.

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

Paramètres

key
String

Clé à supprimer.

Retours

Retourne true si la paire de valeurs de clé a été supprimée.

S’applique à