AdditionalContext Class

Definition

Represents the auth:AdditionalContext element defined in the authorization extensions to WS-Trust. These extensions are defined in the WS-Federation specification.

public ref class AdditionalContext
public class AdditionalContext
type AdditionalContext = class
Public Class AdditionalContext
Inheritance
AdditionalContext

Remarks

The auth:AdditionalContext element can be used to communicate any additional context for a token request (RST). This context is provided as a collection of name-value pairs, each of which corresponds to a single auth:ContextItem subelement. The auth:ContextItem element is represented by the ContextItem class. You can access the list of context items through the Items property.

For more information about the element that this class represents, see the WS-Federation specification.

Constructors

AdditionalContext()

Initializes a new instance of the AdditionalContext class.

AdditionalContext(IEnumerable<ContextItem>)

Initializes a new instance of the AdditionalContext class with the specified context items.

Properties

Items

Gets the collection of context items for this instance.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also