G
Guest
WindowsPrincipal p = System.Threading.Thread.CurrentPrincipal as
System.Security.Principal.WindowsPrincipal;
p.Identity.Name tells me userId. how do I get out not only the log in name
but also the name of the person who is inlogged in the system???
System.Security.Principal.WindowsPrincipal;
p.Identity.Name tells me userId. how do I get out not only the log in name
but also the name of the person who is inlogged in the system???