A Analizer1 Jan 31, 2008 #1 hi...looking for a example of How to get the Users suid from a windows domain thanks
P Phil Johnson Feb 1, 2008 #2 Hi, to get the current windows user in c# is System.Security.Principal.WindowsIdentity.GetCurrent().Name Which will give you the name of the user running the current thread. -- Regards, Phillip Johnson (MCSD For .NET) PJ Software Development www.pjsoftwaredevelopment.com
Hi, to get the current windows user in c# is System.Security.Principal.WindowsIdentity.GetCurrent().Name Which will give you the name of the user running the current thread. -- Regards, Phillip Johnson (MCSD For .NET) PJ Software Development www.pjsoftwaredevelopment.com
A Analizer1 Feb 3, 2008 #3 thanks... but i have a userid and i need to look up the suid...of that user , Not necessarly the current user thanks
thanks... but i have a userid and i need to look up the suid...of that user , Not necessarly the current user thanks