Show / Hide Table of Contents

Class LocalPrincipalBase

Default implementation of ILocalPrincipal.

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

Properties

View Source

CultureInfo

Define additional data for System.Security.Principal.IPrincipal.

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

Identity

Define additional data for System.Security.Principal.IPrincipal.

Declaration
public virtual IIdentity Identity { get; protected set; }
Property Value
Type Description
System.Security.Principal.IIdentity

Methods

View Source

IsInRole(String)

Declaration
public virtual bool IsInRole(string role)
Parameters
Type Name Description
System.String role
Returns
Type Description
System.Boolean

Implements

ILocalPrincipal
System.Security.Principal.IPrincipal

Extension Methods

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