70-484 · Question #121
70-484 Question #121: Real Exam Question with Answer & Explanation
The correct answer is A. Windows.Security.Credentials.PasswordVault. The task of storing and retrieving user credentials securely and allowing user credentials roam at no cost with the user's Microsoft account is simplified with the Credential Locker. Storing user credentials in the Credential Locker is a quick, two-step process. 1.Obtain a refere
Question
Options
- AWindows.Security.Credentials.PasswordVault
- BWindows.Security.Credentials.UI.CredentialPicker
- Cwindows.Security.Authentication.Onlineld.OnlineldAuthenticator
- Dwindows.Security.Credentials.WebAccount
Explanation
The task of storing and retrieving user credentials securely and allowing user credentials roam at no cost with the user's Microsoft account is simplified with the Credential Locker. Storing user credentials in the Credential Locker is a quick, two-step process. 1.Obtain a reference to the Credential Locker using the PasswordVault object from the Windows.Security.Credentials namespace. 2.Create a PasswordCredential object that contains an identifier for your app, the username and the password, and pass that to the PasswordVault.Add method to add the credential to the
Community Discussion
No community discussion yet for this question.