Managing user info (HTML)

[ This article is for Windows 8.x and Windows Phone 8.x developers writing Windows Runtime apps. If you’re developing for Windows 10, see the latest documentation ]

Learn how to manage information that is important to the user: how to enable the password vault to use roaming credentials, how to authenticate users with Live services, how to set up single sign-on (SSO), and how to manage user contacts.

Securing apps

You can improve the security of your Windows Store app using the authentication and cryptography capabilities provided by the Windows Runtime. You can use the different authentication APIs to verify the identity of a user as well as verify user consent for purchases or other actions. You can use the cryptography APIs to secure data and resources and verify trust relationships through encryption and digital signatures. For more information, see Securing apps.

Managing user contacts

Apps can also work with user contacts using the Windows.ApplicationModel.Contacts and Windows.ApplicationModel.Contacts.Provider namespaces. When working with contacts, apps can choose to get contact information from other apps, such as Live, or to provide contacts to other apps. For more information, see Managing user contacts.

Roadmap for Windows Store apps using JavaScript