次の方法で共有


TfsClientCredentials コンストラクター (WindowsCredential, FederatedCredential, Boolean)

指定したウィンドウとの TfsClientCredentials の新しいインスタンスを初期化し、トークン資格情報を表示します。

名前空間:  Microsoft.TeamFoundation.Client
アセンブリ:  Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll 内)

構文

'宣言
Public Sub New ( _
    windowsCredential As WindowsCredential, _
    federatedCredential As FederatedCredential, _
    allowInteractive As Boolean _
)
public TfsClientCredentials(
    WindowsCredential windowsCredential,
    FederatedCredential federatedCredential,
    bool allowInteractive
)

パラメーター

  • allowInteractive
    型 : System.Boolean
    対話型プロンプトが許可された場合は TRUE。それ以外の場合は false

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

TfsClientCredentials クラス

TfsClientCredentials オーバーロード

Microsoft.TeamFoundation.Client 名前空間