ActivityWithClaims Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |