Quick login for Desktop Windows apps

vanjmali 26 Reputation points
2022-06-06T18:00:31.553+00:00

Would it be possible to for a .NET Windows app such as UWP to have access to display list of connected accounts on Windows PC?
That could be like a quick list to login faster in the app instead of need to re-type the Microsoft email, kind of like it already does for web version.

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,839 questions
Universal Windows Platform (UWP)
{count} votes

1 answer

Sort by: Most helpful
  1. Karen Payne MVP 35,196 Reputation points
    2022-06-08T15:56:36.45+00:00

    Questions, what account types are possible besides a homebrew for the application and Windows (thinking the user has only one account at a time even though they may have several e.g. a PA account and regular account). Then how were you think about defaulting to “Use this account”.

    Thinking you have done research which lead to asking this question I would recommend a hybrid solution which would not have “Use this account” but other for instance sign in with user name/password or say email address and password etc.

    You can check out How to prompt for a password on Windows? which requires access to the web and a free NuGet package.

    0 comments No comments