ContextItem 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.
Represents the auth:ContextItem element defined in the authorization extensions to WS-Trust. These extensions are defined in the WS-Federation specification.
public ref class ContextItem
public class ContextItem
type ContextItem = class
Public Class ContextItem
- Inheritance
-
ContextItem
Remarks
The auth:ContextItem element is a subelement of the auth:AdditionalContext element that is represented by the AdditionalContext class.
For more information about the element that this class represents, see the WS-Federation specification.
Constructors
ContextItem(Uri) |
Initializes a new instance of the ContextItem class with the specified Name URI. |
ContextItem(Uri, String) |
Initializes a new instance of the ContextItem class with the specified Name URI and value. |
ContextItem(Uri, String, Uri) |
Initializes a new instance of the ContextItem class with the specified Name URI, value, and Scope URI. |
Properties
Name |
Gets or sets the Name URI. |
Scope |
Gets or sets the Scope URI. |
Value |
Gets or sets the value of the context item. |
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) |