Inside and Out...

An attempt to understand technology better...

  Home  |   Contact  |   Syndication    |   Login
  160 Posts | 0 Stories | 12 Comments | 185 Trackbacks

News


WinToolZone - Spelunking Microsoft Technologies
I work as a developer on the Common Language Runtime (CLR) team, specifically in the areas of exception handling and CLR hosting.
Disclaimer

The information in this weblog is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion. Inappropriate comments will be deleted at the authors discretion. All code samples are provided "AS IS" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

Tag Cloud


Archives

Post Categories

Image Galleries

Links

[Original Post Date: 9th October 2005]
 
I just finished implementing WIVisualizer, a WindowsIdentity debugger visualizer for Visual Studio 2005. It displays important details like:

    1. Username
    2. Authentication type
    3. Impersonation Level
    4. Account type - System or Guest
    5. Anonymous or Authenticated identity
    6. Windows groups the identity is member of
 
Here's a screen-shot for the same:
 
 
It has been built using the Visual Studio 2005 Release Candidate and can be downloaded from here. To install, simply copy the DLL file to <Visual Studio 2005 Installation Folder>\Common7\Packages\Debugger\Visualizers folder.
posted on Thursday, January 05, 2006 9:53 AM

Feedback

# Debugger Visualizer for BizTalk 2006: MessageContext 3/20/2006 11:55 AM Gilles' WebLog
Visual Studio 2005 added support for Debugger Visualizers. With debugger visualizers, developers can&nbsp;define...

# re: WindowsIdentity Debugger Visualizer for Visual Studio 2005 6/20/2006 7:16 PM edgar
the url for the download does not work

# re: WindowsIdentity Debugger Visualizer for Visual Studio 2005 6/1/2007 10:55 AM Ian Powell
Hi,

I have managed to install it however I don't know when the visualizer magnifier is supposed to appear in order to see the users security.

Could you post a "how-to"

Thanks

Comments have been closed on this topic.