次の方法で共有


FederatedClientCredentials コンストラクター (ClientCredentials, SecurityTokenHandlerCollectionManager)

名前空間: Microsoft.IdentityModel.Protocols.WSTrust
アセンブリ: Microsoft.IdentityModel (microsoft.identitymodel.dll 中)

使用方法

    Dim other As ClientCredentials
Dim securityTokenHandlerCollectionManager As SecurityTokenHandlerCollectionManager

Dim instance As New FederatedClientCredentials(other, securityTokenHandlerCollectionManager)

構文

'宣言
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
)

パラメーター

  • other
     
  • securityTokenHandlerCollectionManager
     

プラットフォーム

開発プラットフォーム

Windows Server 2003, Windows Vista

Target Platforms

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

関連項目

参照

FederatedClientCredentials クラス
FederatedClientCredentials メンバー
Microsoft.IdentityModel.Protocols.WSTrust 名前空間