Visual Guard Class Library Documentation

VGMembershipPermissionAccess Enumeration

Specifies access to Membership api

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum VGMembershipPermissionAccess

Members

Member Name Description Value
NoAccess No access to Membership API 0
Read Ability to use Membership API to read information about the users of the application. 1
AddUser Ability to use Membership API to create a new user and assign the default role of the application 2
Delete Ability to use Membership API to delete a users from the list of member of the application 4
Update Ability to use Membership API to update a user 8
AssignRoles Ability to use Membership API to grant or revoke a role to a user 16
AssignMembershipPermissions Ability to use Membership API to grant membership permission to a user. 32
AllAccess Ability to use Membership API to edit, create, delete and assign roles 63

Requirements

Namespace: Novalys.VisualGuard.Security

Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)

See Also

Novalys.VisualGuard.Security Namespace | MembershipPermission