Sansei
Sansei

Reputation: 93

Storing a key-string value securely

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

Answers (1)

Dave Smits
Dave Smits

Reputation: 1889

I think this API would help you: https://msdn.microsoft.com/en-us/windows/uwp/security/credential-locker

Upvotes: 2

Related Questions