Show / Hide Table of Contents

Class LocalPrincipalBase

Default implementation of ILocalPrincipal.

Inheritance
object
LocalPrincipalBase
Implements
ILocalPrincipal
IPrincipal
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Security
Assembly: Sartorius.SAF.dll
Syntax
public class LocalPrincipalBase : ILocalPrincipal, IPrincipal

Properties

View Source

CultureInfo

Define additional data for IPrincipal.

Declaration
public virtual CultureInfo CultureInfo { get; }
Property Value
Type Description
CultureInfo
View Source

Identity

Define additional data for IPrincipal.

Declaration
public virtual IIdentity Identity { get; protected set; }
Property Value
Type Description
IIdentity

Methods

View Source

IsInRole(string)

Defines the basic functionality of a principal object.

Declaration
public virtual bool IsInRole(string role)
Parameters
Type Name Description
string role
Returns
Type Description
bool

Implements

ILocalPrincipal
IPrincipal

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX