SecureStorage.SetAsync(String, 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.
Sets and encrypts a value for a given key.
public:
static System::Threading::Tasks::Task ^ SetAsync(System::String ^ key, System::String ^ value);
public static System.Threading.Tasks.Task SetAsync (string key, string value);
static member SetAsync : string * string -> System.Threading.Tasks.Task
Public Shared Function SetAsync (key As String, value As String) As Task
Parameters
- key
- String
The key to set the value for.
- value
- String
Value to set.
Returns
A Task object with the current status of the asynchronous operation.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.