![]() DefaultRoleId | Gets the unique identifier of the default role of the application. |
![]() AnonymousRoleId | Gets the unique identifier of the role granted to a user during an anonymous session. |
![]() DefaultRole | Gets the name of the default role of the application. |
![]() AnonymousRole | Gets the name of the role granted to a user during an anonymous session. |
![]() AddUsersToRole | Overloaded. Adds the specified users to the specified role. |
![]() AddUsersToRoles | Overloaded. Adds the specified users to the specified roles. |
![]() AddUsersToRolesById | Overloaded. Adds the specified Windows accounts to the specified roles. |
![]() AddUserToRole | Overloaded. Adds the specified user to the specified role. |
![]() AddUserToRoleById | Adds the user specified by the repository id to the specified role. |
![]() AddUserToRoles | Overloaded. Adds the specified user to the specified roles. |
![]() AddUserToRolesById | Adds a user specified by repository id to the specified roles. |
![]() CreateInstance | Creates a VGRolesInstance using a specific security runtime |
![]() CreateRole | Adds a new role to the repository. |
![]() DeleteRole | Overloaded. Deletes a role specified by its name from the repository. |
![]() FindUsersInRole | Gets a list of users in a specified role where the user name contains the specified user name to match. |
![]() FindUsersInRoleById | Gets a list of users in a specified role where the user name contains the specified user name to match. |
![]() GetAllPermissionSets | Gets a list of the permission set fro the application. |
![]() GetAllRoles | Gets a list of all the roles for the application. |
![]() GetAllRolesAsCollection | Gets a VGRoleCollection object representing the list of all the roles for the application. |
![]() GetPermissionSet | Gets a permission set for the application |
![]() GetRole | Overloaded. Gets a role for the application. |
![]() GetRolesForUser | Overloaded. Gets a list of the roles that the currently logged-on user is in. |
![]() GetRolesForUserById | Gets a list of the roles that a user is in. |
![]() GetUsersInRole | Overloaded. Gets a list of users in the specified role. |
![]() IsUserInRole | Overloaded. Gets a value indicating whether the currently logged-on user is in the specified role. |
![]() IsUserInRoleById | Gets a value indicating whether the specified user is in the specified role. |
![]() RemoveUserFromRole | Overloaded. Removes the specified user from the specified role. |
![]() RemoveUserFromRoleById | Removes a list of users specified specified by repository id from the specified role. |
![]() RemoveUserFromRoles | Overloaded. Removes the specified user from the specified roles. |
![]() RemoveUserFromRolesById | Removes the specified user from the specified roles. |
![]() RemoveUsersFromRole | Overloaded. Removes the specified users from the specified role. |
![]() RemoveUsersFromRoleById | Removes a list of users specified specified by repository id from the specified role. |
![]() RemoveUsersFromRoles | Overloaded. Removes the specified user names from the specified roles. |
![]() RemoveUsersFromRolesById | Overloaded. Removes the specified Windows accounts from the specified roles. |
![]() RoleExists | Checks if a role exists in the current repository for the application |
![]() UpdateRole | Updates the repository with the information for the specified role. |
VGRoles Class | Novalys.VisualGuard.Security.Membership Namespace