M
Mark
Is there a way in Windows Authentication to list ALL the domain roles that a
user is a part of? The syntax below only allows you to check if the user is
in a single specified role ...
User.IsInRole("whatever").ToString()
Thanks in advance!
Mark
user is a part of? The syntax below only allows you to check if the user is
in a single specified role ...
User.IsInRole("whatever").ToString()
Thanks in advance!
Mark