Click or drag to resize
SystemPrincipal Class
Provides a principal for authenticated requests.
Inheritance Hierarchy
SystemObject
  System.Security.ClaimsClaimsPrincipal
    Kentico.Web.Mvc.InternalSystemPrincipal

Namespace: Kentico.Web.Mvc.Internal
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class SystemPrincipal : ClaimsPrincipal

The SystemPrincipal type exposes the following members.

Constructors
  NameDescription
Public methodSystemPrincipal(IIdentity)
Initializes an instance of the SystemPrincipal class.
Public methodSystemPrincipal(String)
Initializes an instance of the SystemPrincipal class.
Top
Methods
  NameDescription
Public methodIsInRole
Determines whether the current principal belongs to the specified role.
(Overrides ClaimsPrincipalIsInRole(String).)
Top
See Also