This project is licensed under the MIT License. See the LICENSE file for more details.
For any questions or feedback, please contact me at ejritter87@gmail.com.
This app is built to help me learn how to work with MAUI. It is a simple app that will allow you to manage your T-SQL credentials in Windows Credential Manager. This is accomplished utilizing the cmdkey commands.
Runs cmdkey /list up front and will parse all entries found. Errors will be reported if a server cannot be managed by the app.
Once the app is loaded, user is free to enter username and password.
User can hide their credentials pressing the hide eye icon.
Once user has entered credentials, the enter SErver.domain.com:port Entry and Update All Credentials button will become available
When adding a server, make sure to use the format listed in the Entry. If not, the server will not be managed by the app.
User can choose to manage all domains at once
Or specific domains
When selecing a server in the Domain list, user has the option to remove it
If all servers within a domain are removed, that domain is removed and the Picker is defaulted to ###-ALL-###.
Validate the entered credentials against any systems. It is assumed that the user knows the correct credentials to enter for any domain or domains they are managing.
Store Credentials permanently. All credentials are within the application life span. Once the application is closed, username and password information is gone.
Although written in Maui, it is not targeting any platform outside of Windows.
- .NET 9 SDK
- Visual Studio 2022 with .NET MAUI workload installed
- Windows 10 or later (x64)







