This is some sample code that provides a function you can use (from OUTSIDE the TCB) to verify a user name and password using either NTLM or Kerberos. You can also use the resulting token (via ImpersonateLoggedOnUser) to access resources on the local machine using the specified credentials (note that the resulting token does not have network credentials though).
I want to use it for my VB.NET application. I have a situation where I am to authenticate domain users. So can you tell me how can I use it for Validaing User passwords in VB.NET application.
Regards SHhezad Munir.
Free book downloadFree book downloadFree book download
Essential XML Quick Reference looks at mainstream XML technologies and serves as a thorough quick reference that answers the most common XML-related technical questions. It provides complete coverage of each topic along with plenty of meaningful examples.
Servlets and JSP: the J2EE Web Tier covers how to install a Servlet/JSP environment and what is in the JSP 2.0, Servlet 2.4, and JSTL 1.0 specs. The book also covers state management, design patterns, internationalization support, multi-client design, Java database connectivity, and more.