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

Usage

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

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

Syntax

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
)

Parameters

parentCredentials
securityTokenHandlerCollection
claimsAuthenticationManager

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also