L
LongRunner
Hi, I am writing an application that contains a logon function. I want to
use the Windows Logon account to logon my application. Does .NET provide
classes for me to do it? In fact, i am using the WINAPI LogonUser to do this
but i found that the function cannot work in Window2000, It return Error
code:1314 "A required privilege is not held by the client."
And i don't know how to fix it.
Can tell me how to do it in .NET? And can teach me how to solve my error.
Thx a lot of.
use the Windows Logon account to logon my application. Does .NET provide
classes for me to do it? In fact, i am using the WINAPI LogonUser to do this
but i found that the function cannot work in Window2000, It return Error
code:1314 "A required privilege is not held by the client."
And i don't know how to fix it.
Can tell me how to do it in .NET? And can teach me how to solve my error.
Thx a lot of.