FederatedClientCredentials Constructor (ClientCredentials, SecurityTokenHandlerCollectionManager)

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

Usage

    Dim other As ClientCredentials
Dim securityTokenHandlerCollectionManager As SecurityTokenHandlerCollectionManager

Dim instance As New FederatedClientCredentials(other, securityTokenHandlerCollectionManager)

Syntax

'Declaration
Public Sub New ( _
    other As ClientCredentials, _
    securityTokenHandlerCollectionManager As SecurityTokenHandlerCollectionManager _
)
public FederatedClientCredentials (
    ClientCredentials other,
    SecurityTokenHandlerCollectionManager securityTokenHandlerCollectionManager
)
public:
FederatedClientCredentials (
    ClientCredentials^ other, 
    SecurityTokenHandlerCollectionManager^ securityTokenHandlerCollectionManager
)
public FederatedClientCredentials (
    ClientCredentials other, 
    SecurityTokenHandlerCollectionManager securityTokenHandlerCollectionManager
)
public function FederatedClientCredentials (
    other : ClientCredentials, 
    securityTokenHandlerCollectionManager : SecurityTokenHandlerCollectionManager
)

Parameters

  • other
     
  • securityTokenHandlerCollectionManager
     

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also

Reference

FederatedClientCredentials Class
FederatedClientCredentials Members
Microsoft.IdentityModel.Protocols.WSTrust Namespace