應用程序Example_
using System
using System
using System
頁面WindowsLogin
[DllImport(
public static extern bool LogonUser(
string lpszUsername
string lpszDomain
string lpszPassword
int dwLogonType
int dwLogonProvider
out int phToken
);
頁面WindowsLogin
private bool Login(string UserName
{ //獲取用戶名稱和系統域名
string text
string text
text
int num
if(num
{ //格式化用戶名稱和系統域名
text
text
}
else
{ //格式化用戶名稱和系統域名
num
if(num
{
text
text
}
}
//調用函數AuthenticateUser()實現用戶Windows登錄
return AuthenticateUser(text
}
[
From:http://tw.wingwit.com/Article/program/net/201311/15539.html