Table of Contents

Class SysIdentity

Namespace
Tlabs.Identity
Assembly
Tlabs.Core.dll

System identity used when running in system backend code.

public sealed class SysIdentity : IIdentity
Inheritance
SysIdentity
Implements
Inherited Members
Extension Methods

Fields

Instance

Singleton instance.

public static readonly SysIdentity Instance

Field Value

SysIdentity

Properties

AuthenticationType

public string? AuthenticationType { get; }

Property Value

string

IsAuthenticated

public bool IsAuthenticated { get; }

Property Value

bool

Name

public string? Name { get; }

Property Value

string