ContextItem Constructor (Uri, String)
Namespace: Microsoft.IdentityModel.SecurityTokenService
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Dim name As Uri
Dim value As String
Dim instance As New ContextItem(name, value)
Syntax
'Declaration
Public Sub New ( _
name As Uri, _
value As String _
)
public ContextItem (
Uri name,
string value
)
public:
ContextItem (
Uri^ name,
String^ value
)
public ContextItem (
Uri name,
String value
)
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
Reference
ContextItem Class
ContextItem Members
Microsoft.IdentityModel.SecurityTokenService Namespace