次の方法で共有


TokenProvider.CreateWindowsTokenProvider メソッド

定義

オーバーロード

CreateWindowsTokenProvider(IEnumerable<Uri>)

Windows トークン プロバイダーを作成します。

CreateWindowsTokenProvider(IEnumerable<Uri>, NetworkCredential)

Windows トークン プロバイダーを作成します。

CreateWindowsTokenProvider(IEnumerable<Uri>)

Windows トークン プロバイダーを作成します。

public static Microsoft.ServiceBus.TokenProvider CreateWindowsTokenProvider (System.Collections.Generic.IEnumerable<Uri> stsUris);
static member CreateWindowsTokenProvider : seq<Uri> -> Microsoft.ServiceBus.TokenProvider
Public Shared Function CreateWindowsTokenProvider (stsUris As IEnumerable(Of Uri)) As TokenProvider

パラメーター

stsUris
IEnumerable<Uri>

セキュリティ トークン サービス (STS) の URI。

戻り値

TokenProvider Windows トークンを返す 。

適用対象

CreateWindowsTokenProvider(IEnumerable<Uri>, NetworkCredential)

Windows トークン プロバイダーを作成します。

public static Microsoft.ServiceBus.TokenProvider CreateWindowsTokenProvider (System.Collections.Generic.IEnumerable<Uri> stsUris, System.Net.NetworkCredential credential);
static member CreateWindowsTokenProvider : seq<Uri> * System.Net.NetworkCredential -> Microsoft.ServiceBus.TokenProvider
Public Shared Function CreateWindowsTokenProvider (stsUris As IEnumerable(Of Uri), credential As NetworkCredential) As TokenProvider

パラメーター

stsUris
IEnumerable<Uri>

セキュリティ トークン サービス (STS) の URI。

credential
NetworkCredential

ユーザー資格情報。

戻り値

TokenProvider Windows トークンを返す 。

適用対象