文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>使用ASP.NET获得AD帐号 “域\用户名”

使用ASP.NET获得AD帐号 “域\用户名”

时间:2011-05-25  来源:疯癫NET

使用ASP.NET获得AD帐号 “域\用户名”

 

1.在IIS中将访问方式更改为不允许匿名访问

2.在Web.config中将验证方式更改为
               <identity impersonate="true"/>
               <authentication mode="Windows" />

3.在源代码中使用
   string username= Security.Principal.WindowsIdentity.GetCurrent().Name

 string[] info = username.Split(new char[1] { '\\' }, StringSplitOptions.RemoveEmptyEntries);

 
Domain:info[0]

Name: info[1]

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载