码迷,mamicode.com
首页 > Windows程序 > 详细

验证管理员权限(C#)

时间:2017-01-04 10:56:02      阅读:288      评论:0      收藏:0      [点我收藏+]

标签:window   stp   dom   identity   ipa   blog   har   dmi   app   

AppDomain.CurrentDomain.SetPrincipalPolicy(PrincipalPolicy.WindowsPrincipal);
WindowsPrincipal principal = (WindowsPrincipal)Thread.CurrentPrincipal;
WindowsIdentity identity = (WindowsIdentity)principal.Identity;
FastPrincipal prin = new FastPrincipal(identity);	
isAdmin = prin.IsInRole(WindowsBuiltInRole.Administrator);

验证管理员权限(C#)

标签:window   stp   dom   identity   ipa   blog   har   dmi   app   

原文地址:http://www.cnblogs.com/xufeng13/p/6247386.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!