How can I go about checking (by adding to this code) whetehr or not a user is in a specifc group.
if (HttpContext.Current.User.
Identity.I
sAuthentic
ated)
{
WindowsPrincipal uid = (WindowsPrincipal)HttpCont
ext.Curren
t.User;
string id = uid.Identity.Name.ToString
();
}
Start Free Trial