Namespace: Microsoft.IdentityModel.SecurityTokenService
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim name As Uri
Dim value As String
Dim scope As Uri

Dim instance As New ContextItem(name, value, scope)

Syntax

Visual Basic
Public Sub New ( _
		name As Uri, _
		value As String, _
		scope As Uri _
)
C#
public ContextItem (
		Uri name,
		string value,
		Uri scope
)
C++
public:
ContextItem (
		Uri^ name, 
		String^ value, 
		Uri^ scope
)
J#
public ContextItem (
		Uri name, 
		String value, 
		Uri scope
)
JScript
public function ContextItem (
		name : Uri, 
		value : String, 
		scope : Uri
)

Parameters

name
value
scope

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also