Tag Archives: Window Authentication
How to implement Window Authentication Functionality to a C# Desktop Application
1) Get currently logged in user details: We can achieve this by using the WindowsIdentity class of System.Security.Principal namespace. This class provides a static method, getCurrent(), which return a object of WindowsIdentity. 2) Validate windows credentials provided by user:(Ask User … Continue reading