Class PrincipalAccessor

Accessor to get and set current System.Security.Principal.IPrincipal

Inheritance
System.Object
PrincipalAccessor
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.Framework.dll
Version: 11.20.7
Syntax
public class PrincipalAccessor

Constructors

PrincipalAccessor()

Declaration
public PrincipalAccessor()

Properties

Current

Gets or sets the current System.Security.Principal.IPrincipal

Declaration
public static IPrincipal Current { get; set; }
Property Value
Type Description
System.Security.Principal.IPrincipal

Extension Methods