BizTalk Development

The community for BizTalk developers and professionals.
Welcome to BizTalk Development Sign in | Join | Help
in Search

Browse by Tags

All Tags » C# » Security   (RSS)
Sorry, but there are no more tags available to filter with.
  • Security IsInRole

    Here is some code snippet to see if a user belongs to a certain security group. The code below will work with local group as well as AD groups: Works in ASP.NET: //Case Insensitivebool t1 = Page.User.IsInRole(''Everyone'');Works Everywhere://Case Sensitivestatic bool IsInRole(string ...
    Posted to Paul Wu on BizTalk Development (Weblog) by Paul Wu on November 3, 2006
Powered by Community Server, by Telligent Systems