ContextItem Constructor (Uri, String, Uri)
Namespace: Microsoft.IdentityModel.SecurityTokenService
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim name As Uri Dim value As String Dim scope As Uri Dim instance As New ContextItem(name, value, scope)
Syntax
'Declaration
Public Sub New ( _
name As Uri, _
value As String, _
scope As Uri _
)
public ContextItem (
Uri name,
string value,
Uri scope
)
public:
ContextItem (
Uri^ name,
String^ value,
Uri^ scope
)
public ContextItem (
Uri name,
String value,
Uri scope
)
public function ContextItem (
name : Uri,
value : String,
scope : Uri
)
Parameter
- name
- value
- scope
Plattformen
Entwicklungsplattformen
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Siehe auch
Referenz
ContextItem Class
ContextItem Members
Microsoft.IdentityModel.SecurityTokenService Namespace