共用方式為


SecureStorage.SetAsync 方法

定義

多載

SetAsync(String, String)

儲存指定金鑰的加密值。

SetAsync(String, String, SecAccessible)

儲存指定金鑰的加密值。 iOS 覆寫以指定 KeyChain 的 SecAccessible。

SetAsync(String, String)

儲存指定金鑰的加密值。

public static System.Threading.Tasks.Task SetAsync (string key, string value);

參數

key
System.String

記憶體金鑰。

value
System.String

要加密的值。

傳回

System.Threading.Tasks.Task

適用於

SetAsync(String, String, SecAccessible)

儲存指定金鑰的加密值。 iOS 覆寫以指定 KeyChain 的 SecAccessible。

public static System.Threading.Tasks.Task SetAsync (string key, string value, Security.SecAccessible accessible);

參數

key
System.String

記憶體金鑰。

value
System.String

要加密的值。

accessible
Security.SecAccessible

用來建立加密記錄的 KeyChain 輔助功能。

傳回

System.Threading.Tasks.Task

適用於