AgentPrismAuditOptions
Namespace AgentPrism · Assembly
AgentPrism.Core.dllDefines options for audit-trail actor resolution.
public sealed class AgentPrismAuditOptionsInheritance
Section titled “Inheritance”object ← AgentPrismAuditOptions
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”AgentPrismAuditOptions()
Section titled “ AgentPrismAuditOptions()”public AgentPrismAuditOptions()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; }