RayguidePermissionManagerGetMachineUsersBasedOnWMI Method |
Retrieves all local Windows users.
See https://stackoverflow.com/questions/12749537/how-can-i-get-a-list-local-windows-users-only-the-users-that-appear-in-the-wind
Namespace: RAYLASE.Marker.GUI.Common.PermissionAssembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntaxprotected virtual IList<string> GetMachineUsersBasedOnWMI()
Return Value
IListStringThe list of user names known to the local machine.
See Also