vb.net - How can i get the DomainName\AccountName with the .NET Framework? -


how can

domainname\accountname

as string .net framework?

system.security.principal.windowsidentity.getcurrent().name.tostring() 

Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -