Click or drag to resize

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.Permission
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
protected virtual IList<string> GetMachineUsersBasedOnWMI()

Return Value

IListString
The list of user names known to the local machine.
See Also