Compartir a través de


SecureStorage.Remove(String) Método

Definición

Quita una clave y su valor asociado si 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

Parámetros

key
String

Clave que se va a quitar.

Devoluciones

Devuelve true si se quitó el par clave-valor.

Se aplica a