Пространство имен: Microsoft.IdentityModel.Protocols.WSIdentity
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

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

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

Синтаксис

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

Параметры

address
mexAddress
userCredentialType

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также