次の方法で共有


WindowsCredential クラス

継承階層

System.Object
  Microsoft.VisualStudio.Services.Common.IssuedTokenCredential
    Microsoft.VisualStudio.Services.Common.WindowsCredential

名前空間:  Microsoft.VisualStudio.Services.Common
アセンブリ:  Microsoft.VisualStudio.Services.Common (Microsoft.VisualStudio.Services.Common.dll 内)

構文

'宣言
Public NotInheritable Class WindowsCredential _
    Inherits IssuedTokenCredential
public sealed class WindowsCredential : IssuedTokenCredential

WindowsCredential 型で公開されるメンバーは以下のとおりです。

コンストラクター

  名前 説明
パブリック メソッド WindowsCredential()
パブリック メソッド WindowsCredential(Boolean)
パブリック メソッド WindowsCredential(ICredentials)
パブリック メソッド WindowsCredential(WindowsToken)

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Equals 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Object から継承されます。)
パブリック メソッド GetHashCode 既定のハッシュ関数として機能します。 (Object から継承されます。)
パブリック メソッド GetType 現在のインスタンスの Type を取得します。 (Object から継承されます。)
パブリック メソッド ToString 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。)

このページのトップへ

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

関連項目

Microsoft.VisualStudio.Services.Common 名前空間