Get Current User on MS-Windows

0

How to get the user logged in to windows by genexus without using c # code:

Ex > User = WindowsIdentity.GetCurrent ();

    
asked by anonymous 04.09.2016 / 20:15

1 answer

0

The solution is to use the UserId () function. See also this sac related to identity impersonation SAC 11464 .

    
04.09.2016 / 23:39