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

Usage

Visual Basic
Dim name As Uri
Dim value As String

Dim instance As New ContextItem(name, value)

Syntax

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

Parameters

name
value

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also