I have a UWP application that will get the username and password from the user and store it in the password vault. I am able to get the password from vault within the application. But, when I was trying to fetch the password through background task of the same application i got the exception says :
Element Not Found cannot get credentials from vault.
I know password vault is unique to app or service, But why it was unable to fetch the password through background task?