Click or drag to resize

RayguidePermissionManager Class

[Missing <summary> documentation for "T:RAYLASE.Marker.GUI.Common.Permission.RayguidePermissionManager"]

Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.GUI.Common.PermissionRayguidePermissionManager

Namespace: RAYLASE.Marker.GUI.Common.Permission
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public class RayguidePermissionManager

The RayguidePermissionManager type exposes the following members.

Constructors
 NameDescription
Public methodRayguidePermissionManagerInitializes a new instance of the RayguidePermissionManager class
Top
Properties
Methods
 NameDescription
Public methodAuthenticateLocalUser 
Public methodCanDeleteUser 
Public methodChangeLocalUserPassword 
Public methodGenerateDefaultHashedPassword 
Protected methodGetGroupNamesOfUser Retrieves all Windows groups the given user is member of.
Protected methodGetMachineGroupMembers Retrieves all members of the given local group.
Protected methodGetMachineUsersBasedOnWMI 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
Public methodGetRolesOfSessionUser 
Public methodIsCurrentUserAllowed 
Public methodIsCurrentUserAllowedToCreateOrEdit 
Protected methodIsDomainSupported 
Public methodStatic memberJobElementTypeToPermission 
Public methodLoadPermission 
Public methodLogoutLocalUser 
Public methodResetLocalUserPassword 
Public methodSavePermission 
Top
Events
 NameDescription
Public eventPermissionSavedEvent 
Top
See Also