Skip to content
Tracon

TraconAuditOptions

Namespace Tracon · Assembly Tracon.Core.dll

Defines options for audit-trail actor resolution.

public sealed class TraconAuditOptions

objectTraconAuditOptions

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

public TraconAuditOptions()

Gets or sets the claim type used to read the actor. When null, the default order is used: ClaimTypes.NameIdentifierClaimTypes.Namesub.

public string? ActorClaimType { get; set; }

string?