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

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

Visual Basic
Dim parentCredentials As ServiceCredentials
Dim securityTokenHandlerCollection As SecurityTokenHandlerCollection
Dim claimsAuthenticationManager As ClaimsAuthenticationManager

Dim instance As New FederatedSecurityTokenManager(parentCredentials, securityTokenHandlerCollection, claimsAuthenticationManager)

Синтаксис

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

Параметры

parentCredentials
securityTokenHandlerCollection
claimsAuthenticationManager

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также