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

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

Visual Basic
Dim parentCredentials As ServiceCredentials
Dim securityTokenHandlerCollection As SecurityTokenHandlerCollection

Dim instance As New FederatedSecurityTokenManager(parentCredentials, securityTokenHandlerCollection)

Синтаксис

Visual Basic
Public Sub New ( _
		parentCredentials As ServiceCredentials, _
		securityTokenHandlerCollection As SecurityTokenHandlerCollection _
)
C#
public FederatedSecurityTokenManager (
		ServiceCredentials parentCredentials,
		SecurityTokenHandlerCollection securityTokenHandlerCollection
)
C++
public:
FederatedSecurityTokenManager (
		ServiceCredentials^ parentCredentials, 
		SecurityTokenHandlerCollection^ securityTokenHandlerCollection
)
J#
public FederatedSecurityTokenManager (
		ServiceCredentials parentCredentials, 
		SecurityTokenHandlerCollection securityTokenHandlerCollection
)
JScript
public function FederatedSecurityTokenManager (
		parentCredentials : ServiceCredentials, 
		securityTokenHandlerCollection : SecurityTokenHandlerCollection
)

Параметры

parentCredentials
securityTokenHandlerCollection

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также