.NET API
TraconAuditOptions
Namespace Tracon · Assembly
Tracon.Core.dllDefines options for audit-trail actor resolution.
public sealed class TraconAuditOptionsInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”TraconAuditOptions()
Section titled “ TraconAuditOptions()”public TraconAuditOptions()Properties
Section titled “Properties”ActorClaimType
Section titled “ ActorClaimType”Gets or sets the claim type used to read the actor. When null,
the default order is used: ClaimTypes.NameIdentifier →
ClaimTypes.Name → sub.
public string? ActorClaimType { get; set; }