WindowsIdentity in CF 2.0
-
Hi all, I was wondering if the WindowsIndentity class was available in Compact Framework 2.0. I have checked and the namespace
System.Security.Principal
is not there. My problem is that I would like to retrieve the username (if available) of the user that is logged into an NT domain. I have an equivalent application in normal Windows. In that case, the user can log into an NT domain if he is working via VPN for example or if he logs into the domain directly from a PC connected to the domain. I can then get the username. Is there a way to do the same thing in Windows Mobile with CF 2.0? Thanks, Talal"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." --Rich Cook