摘要:
public class UserLoginForDomainDAO{ public const int LOGON32_LOGON_INTERACTIVE = 2; public const int LOGON32_PROVIDER_DEFAULT = 0; WindowsImpersonationContext impersonationContext; [DllImport("advapi32.dll", CharSet = CharSet.Auto)] public static extern int LogonUser(String lpszUserName, S 阅读全文
posted @ 2013-05-15 10:54
章松山
阅读(331)
评论(0)
推荐(0)
2013年5月15日