ISecureStorage Interface
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.
The SecureStorage API helps securely store simple key/value pairs.
public interface class ISecureStorage
public interface ISecureStorage
type ISecureStorage = interface
Public Interface ISecureStorage
Methods
GetAsync(String) |
Gets and decrypts the value for a given key. |
Remove(String) |
Removes a key and its associated value if it exists. |
RemoveAll() |
Removes all of the stored encrypted key/value pairs. |
SetAsync(String, String) |
Sets and encrypts a value for a given key. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.