happy to do the code.
looking at creating an audit log e.g multiple cards for 1 login.
would look at using the ring / card name that is linked to the UI
I'm close in RingServiceHost, i have found
username = Marshal.PtrToStringAnsi(buffer) + "\\" + username;
This prints out the logged in user but not the card ID or card name.
happy to do the code.
looking at creating an audit log e.g multiple cards for 1 login.
would look at using the ring / card name that is linked to the UI
I'm close in RingServiceHost, i have found
username = Marshal.PtrToStringAnsi(buffer) + "\\" + username;This prints out the logged in user but not the card ID or card name.