Class SysIdentity
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 InstanceField Value
Properties
AuthenticationType
public string? AuthenticationType { get; }Property Value
IsAuthenticated
public bool IsAuthenticated { get; }Property Value
Name
public string? Name { get; }