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

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

Visual Basic
Dim other As ClientCredentials
Dim securityTokenHandlerCollectionManager As SecurityTokenHandlerCollectionManager

Dim instance As New FederatedClientCredentials(other, securityTokenHandlerCollectionManager)

Синтаксис

Visual Basic
Public Sub New ( _
		other As ClientCredentials, _
		securityTokenHandlerCollectionManager As SecurityTokenHandlerCollectionManager _
)
C#
public FederatedClientCredentials (
		ClientCredentials other,
		SecurityTokenHandlerCollectionManager securityTokenHandlerCollectionManager
)
C++
public:
FederatedClientCredentials (
		ClientCredentials^ other, 
		SecurityTokenHandlerCollectionManager^ securityTokenHandlerCollectionManager
)
J#
public FederatedClientCredentials (
		ClientCredentials other, 
		SecurityTokenHandlerCollectionManager securityTokenHandlerCollectionManager
)
JScript
public function FederatedClientCredentials (
		other : ClientCredentials, 
		securityTokenHandlerCollectionManager : SecurityTokenHandlerCollectionManager
)

Параметры

other
securityTokenHandlerCollectionManager

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также