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

Gets or sets the channel adapter used to send and receive messages.

ClaimsIdentity

ClaimsIdentity retrieved from a call to authentication.

Headers

Headers used for the current Activity request.

IsProactive

Gets or sets a value indicating whether the operation should be performed proactively.

OnComplete

Invoked when ProcessActivity is done. Ignored if IsProactive.

ProactiveAudience

Gets or sets the audience claim value used for proactive authentication requests.

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