/ Published in: VB.NET
Retrieve current user identity
Expand |
Embed | Plain Text
'retrieve current user identity Dim wi As Security.Principal.WindowsIdentity = Security.Principal.WindowsIdentity.GetCurrent() lblUserName.Text = wi.Name
You need to login to post a comment.
