Auf Englisch lesen

Freigeben über


FederatedSecurityTokenManager Constructor (ServiceCredentials, SecurityTokenHandlerCollection, ClaimsAuthenticationManager)

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

Verwendung

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

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

Syntax

'Declaration
Public Sub New ( _
    parentCredentials As ServiceCredentials, _
    securityTokenHandlerCollection As SecurityTokenHandlerCollection, _
    claimsAuthenticationManager As ClaimsAuthenticationManager _
)
public FederatedSecurityTokenManager (
    ServiceCredentials parentCredentials,
    SecurityTokenHandlerCollection securityTokenHandlerCollection,
    ClaimsAuthenticationManager claimsAuthenticationManager
)
public:
FederatedSecurityTokenManager (
    ServiceCredentials^ parentCredentials, 
    SecurityTokenHandlerCollection^ securityTokenHandlerCollection, 
    ClaimsAuthenticationManager^ claimsAuthenticationManager
)
public FederatedSecurityTokenManager (
    ServiceCredentials parentCredentials, 
    SecurityTokenHandlerCollection securityTokenHandlerCollection, 
    ClaimsAuthenticationManager claimsAuthenticationManager
)
public function FederatedSecurityTokenManager (
    parentCredentials : ServiceCredentials, 
    securityTokenHandlerCollection : SecurityTokenHandlerCollection, 
    claimsAuthenticationManager : ClaimsAuthenticationManager
)

Parameter

  • parentCredentials
     
  • securityTokenHandlerCollection
     
  • claimsAuthenticationManager
     

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

FederatedSecurityTokenManager Class
FederatedSecurityTokenManager Members
Microsoft.IdentityModel.Tokens Namespace