A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class SecurityEntityType

Lists the different types of security entities.

Inheritance
System.Object
SecurityEntityType
Namespace: EPiServer.Security
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public sealed class SecurityEntityType : Enum

Fields

Role

The Security entity represents a role.

Declaration
public const SecurityEntityType Role
Field Value
Type Description
SecurityEntityType

User

The Security entity represents a user.

Declaration
public const SecurityEntityType User
Field 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 VisitorGroup
Field Value
Type Description
SecurityEntityType

Extension Methods