I currently have a new project and as an additional security I want to get the workstations MAC address and store it in the Log.. Here's my solution which I based somewhere..... IPGlobalProperties NetworkProperties = IPGlobalProperties.GetIPGlobalProperties(); NetworkInterface[] NetworkInterfaceCards...
I have coded several Windows Applications using .Net for the bank for the past years and one of the ussual task is to create the Login Form. I have posted previously one of the solution I use in doing it ( Use Membership API in winForms) . Browsing for new things to do I found this link on MSDN which...
Posted to
Humprey Evangelista Cogay
by
Comgen
on
12-10-2008
Filed under:
Filed under: .Net, Windows Forms, User Controls, .Net 2.0, Membership, windows apllication, user, authentication, security, authorization, login
One of the requirements for our current application is to authenticate the users using their LDAP server. We were able to use it for authentication for our current setup. By the way, the NativeObject property of the DirectoryEntry class should be included in the API Hall of Shame of Brad Adams. It should...