Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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