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

Usage

Visual Basic
Dim endpointAddress As EndpointAddress

Dim instance As New TokenService(endpointAddress)

Syntax

Visual Basic
Public Sub New ( _
		endpointAddress As EndpointAddress _
)
C#
public TokenService (
		EndpointAddress endpointAddress
)
C++
public:
TokenService (
		EndpointAddress^ endpointAddress
)
J#
public TokenService (
		EndpointAddress endpointAddress
)
JScript
public function TokenService (
		endpointAddress : EndpointAddress
)

Parameters

endpointAddress

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also