Does Windows App SDK package identity affect KeyCredentialManager credential scope? #6537
Unanswered
rprudchenko
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to understand how Windows App SDK, MSIX packaging, and package identity interact with Windows Hello / KeyCredentialManager. Context - a Windows desktop application protects high-value local secrets. One unlock mechanism uses Windows Hello through KeyCredentialManager. The application may be packaged with MSIX and may use Windows App SDK.
Observed concern:
A process running under the same Windows user account may be able to open a KeyCredential by name and trigger a Windows Hello prompt. If the user approves, that process can perform credential operations.
Questions:
I am looking for guidance on whether Windows App SDK/MSIX can provide app-bound isolation for Windows Hello credentials, or whether this is controlled entirely by the underlying Windows.Security.Credentials API.
Beta Was this translation helpful? Give feedback.
All reactions