Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class RawACEExtensions

Raw data contained in AccessControlList

Inheritance
System.Object
RawACEExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Security
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public static class RawACEExtensions

Methods

AutomaticEntryType(RawACE)

Gets the type of the entry.

Declaration
[Obsolete("Use EntityType instead")]
public static SecurityEntityType AutomaticEntryType(this RawACE rawAce)
Parameters
Type Name Description
RawACE rawAce
Returns
Type Description
SecurityEntityType

The type of the entry.

Remarks

Since the type is not encoded in the SID nor the name, we simply check if the current Role provider has the name defined as a role. If not we consider it a user name.