Share via


ActivityWithClaims Class

Definition

Activity with Claims which should already have been authenticated.

public class ActivityWithClaims
type ActivityWithClaims = class
Public Class ActivityWithClaims
Inheritance
ActivityWithClaims

Constructors

Name Description
ActivityWithClaims()

Properties

Name Description
Activity

Activity to be processed.

AgentType

Optional: Defaults to IAgent

ChannelAdapter
ClaimsIdentity

ClaimsIdentity retrieved from a call to authentication.

Headers

Headers used for the current Activity request.

IsProactive
OnComplete

Invoked when ProcessActivity is done. Ignored if IsProactive.

ProactiveAudience
TelemetryActivity

Holds the Activity used for distributed tracing and telemetry correlation, cloned from the original request context to enable trace continuity across the background queue boundary.

Applies to