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 PrincipalAccessor

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

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

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