Link to home
Start Free TrialLog in
Avatar of chilltemp
chilltemp

asked on

NT Authentication with VB.NET

I am looking for the code to authenticate an NT username/password via VB.NET.  I have located several solutions in VB6 (http://vbnet.mvps.org/index.html?code/network/acceptsecuritycontext.htm), but my attempts to convert them to .NET have been unsuccessful.
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of srcalc
srcalc

Avatar of chilltemp

ASKER

TheLearnedOne,
Thanks. I was able to get it working with the info on the other page.