Пространство имен: Microsoft.IdentityModel.SecurityTokenService
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

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

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

Синтаксис

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
)

Параметры

name
value
scope

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также