Skip to content

AgentPrismAuditOptions

Namespace AgentPrism · Assembly AgentPrism.Core.dll

Defines options for audit-trail actor resolution.

public sealed class AgentPrismAuditOptions

objectAgentPrismAuditOptions

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

public AgentPrismAuditOptions()

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?