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

Usage

Visual Basic
Dim address As String
Dim mexAddress As String
Dim userCredentialType As UserCredentialType
Dim certificate As X509Certificate2

Dim instance As New TokenServiceEndpoint(address, mexAddress, userCredentialType, certificate)

Syntax

Visual Basic
Public Sub New ( _
		address As String, _
		mexAddress As String, _
		userCredentialType As UserCredentialType, _
		certificate As X509Certificate2 _
)
C#
public TokenServiceEndpoint (
		string address,
		string mexAddress,
		UserCredentialType userCredentialType,
		X509Certificate2 certificate
)
C++
public:
TokenServiceEndpoint (
		String^ address, 
		String^ mexAddress, 
		UserCredentialType userCredentialType, 
		X509Certificate2^ certificate
)
J#
public TokenServiceEndpoint (
		String address, 
		String mexAddress, 
		UserCredentialType userCredentialType, 
		X509Certificate2 certificate
)
JScript
public function TokenServiceEndpoint (
		address : String, 
		mexAddress : String, 
		userCredentialType : UserCredentialType, 
		certificate : X509Certificate2
)

Parameters

address
mexAddress
userCredentialType
certificate

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also