TokenService Constructor (EndpointAddress)

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

Usage

    Dim endpointAddress As EndpointAddress

Dim instance As New TokenService(endpointAddress)

Syntax

'Declaration
Public Sub New ( _
    endpointAddress As EndpointAddress _
)
public TokenService (
    EndpointAddress endpointAddress
)
public:
TokenService (
    EndpointAddress^ endpointAddress
)
public TokenService (
    EndpointAddress endpointAddress
)
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

Reference

TokenService Class
TokenService Members
Microsoft.IdentityModel.Protocols.WSIdentity Namespace