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

Usage

Visual Basic
Dim endpoint As TokenServiceEndpoint

Dim instance As New TokenService(endpoint)

Syntax

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

Parameters

endpoint

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also