>I want to get the list of privilages set on process token using C#.
Well there's no support in the class library for doing this, so you
have to do it by calling the same Win32 APIs you would in native code
(OpenProcessTok en, GetTokenInforma tion etc).
Comment