SaaS CMS has officially launched! Learn more now.

Class RawACE

Raw data contained in AccessControlList

Inheritance
System.Object
RawACE
Namespace: EPiServer.Security
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class RawACE : Object

Constructors

RawACE()

Declaration
public RawACE()

Fields

Access

The access level defined by this ACE.

Declaration
public AccessLevel Access
Field Value
Type Description
AccessLevel

EntityType

The SecurityEntityType for this ACE.

Declaration
public Nullable<SecurityEntityType> EntityType
Field Value
Type Description
System.Nullable<SecurityEntityType>

Name

Gets or sets the name.

Declaration
public string Name
Field Value
Type Description
System.String

The name.

SID

A Security Identity for the ACE.

Declaration
public int SID
Field Value
Type Description
System.Int32

Extension Methods