Class SecurityEntityType
Lists the different types of security entities.
Inheritance
System.Object
    SecurityEntityType
  Namespace: EPiServer.Security
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public sealed class SecurityEntityType : EnumFields
Role
The Security entity represents a role.
Declaration
public const SecurityEntityType RoleField Value
| Type | Description | 
|---|---|
| SecurityEntityType | 
User
The Security entity represents a user.
Declaration
public const SecurityEntityType UserField Value
| Type | Description | 
|---|---|
| SecurityEntityType | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
VisitorGroup
The Security entity represents a visitor group.
Declaration
public const SecurityEntityType VisitorGroupField Value
| Type | Description | 
|---|---|
| SecurityEntityType | 
