Classes
Class | Description | |
---|---|---|
![]() | AnonymousRole |
Implementation of the Anonymous virtual role.
|
![]() | AuthenticatedRole |
Implementation of the Authenticated virtual role.
|
![]() | EveryoneRole |
Implementation of the Everyone virtual role.
|
![]() | MappedRole |
Map one role to several roles in the system.
roles : Comma separated list of roles. E.g, WebAdmins, WebEditors
mode : Any or All, Default is Any. If Any is set the principal only has to be a member of one of the roles specifed.
|
![]() | SecurityEntity |
Simple immutable class that identifies a security entity, i e a user or a role.
|
![]() | WindowsAdministratorsRole |
Implementation of the Administrators virtual role.
|
![]() | VirtualRolePrincipal |
A wrapper class that adds Virtual Role functionality to a principal object.
|
![]() | VirtualRoleProviderBase |
Base class required to implement virtual roles
|
![]() | VirtualRoleReplicationEventArgs |
Event arguments used when replicating changes in virtual roles
|
![]() | VirtualRoleRepository<(Of <(T>)>) |
A repository for keeping a set of role names and their implementation
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IVirtualRoleReplication |
Interface used to replicate changes from VirtualRoleRepository<(Of <(T>)>)
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | SecurityEntityType |
Lists the different types of security entities.
|