Reputation: 93
I need to keep safe a key-string value (generated inside my app) on the device in a secure manner so that it cannot be accessed by unauthorized users or any other universal apps. This key value is used for making a reference to a table (inside OS) and I need to protect this key completely.
Upvotes: 0
Views: 160
Reputation: 1889
I think this API would help you: https://msdn.microsoft.com/en-us/windows/uwp/security/credential-locker
Upvotes: 2