SecureStorage.GetAsync(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.
Gets the decrypted value for a given Key.
public static System.Threading.Tasks.Task<string> GetAsync (string key);
Parameters
- key
- System.String
Storage Key.
Returns
System.Threading.Tasks.Task<System.String>
Decrypted string or null if key does not exist.