摘要:
1using System.Security.Principal;2 3public static bool IsAdminRole()4 {5 WindowsPrincipal myPrincipal = new WindowsPrincipal(WindowsIdentity.GetCurrent()); 6 return myPrincipal.IsInRole(WindowsB... 阅读全文
posted @ 2006-07-17 13:55
skyfei
阅读(170)
评论(0)
推荐(0)
浙公网安备 33010602011771号