ServiceBusConnectionStringBuilder.CreateUsingWindowsCredential メソッド

定義

Windows 資格情報を使用して接続文字列を作成します。

public static string CreateUsingWindowsCredential (System.Collections.Generic.IEnumerable<Uri> endpoints, System.Collections.Generic.IEnumerable<Uri> stsEndpoints, int runtimePort, int managementPort, string domain, string user, System.Security.SecureString password);
static member CreateUsingWindowsCredential : seq<Uri> * seq<Uri> * int * int * string * string * System.Security.SecureString -> string
Public Shared Function CreateUsingWindowsCredential (endpoints As IEnumerable(Of Uri), stsEndpoints As IEnumerable(Of Uri), runtimePort As Integer, managementPort As Integer, domain As String, user As String, password As SecureString) As String

パラメーター

endpoints
IEnumerable<Uri>

エンドポイントのセット

stsEndpoints
IEnumerable<Uri>

セキュリティ トークン サービス エンドポイントのセット。

runtimePort
Int32

ランタイム ポート。

managementPort
Int32

管理ポート。

domain
String

接続が確立されるドメイン。

user
String

ユーザー。

password
SecureString

Windows パスワード。

戻り値

作成された接続文字列。

適用対象