Shai Raiten

WIIFM? Alot !!!

 Subscribe in a reader

Browse by Tags

All Tags » Services (RSS)
Access Token With C#
Last week I had a task to build a tool that can control IIS and Services in another computer in different domain. Performing IIS reset or control Services status in different computer is easy, but when the computer belongs to a different domain those actions becomes quite complicated. So I found that create an dynamic Access Token is the best way to accomplish those actions. An access token is an object that describes the security context of a process or thread. The information in a token includes...