Share via


SecureStorage.GetAsync(String) メソッド

定義

指定した Key の復号化された値を取得します。

public static System.Threading.Tasks.Task<string> GetAsync (string key);

パラメーター

key
System.String

ストレージ キー。

戻り値

System.Threading.Tasks.Task<System.String>

キーが存在しない場合は、復号化された文字列または null。

適用対象