ISecureStorage.SetAsync(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit et chiffre une valeur pour une clé donnée.
public:
System::Threading::Tasks::Task ^ SetAsync(System::String ^ key, System::String ^ value);
public System.Threading.Tasks.Task SetAsync (string key, string value);
abstract member SetAsync : string * string -> System.Threading.Tasks.Task
Public Function SetAsync (key As String, value As String) As Task
Paramètres
- key
- String
Clé pour laquelle définir la valeur.
- value
- String
Valeur à définir.
Retours
Objet Task avec la status actuelle de l’opération asynchrone.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.