你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 密码。

返回

创建的连接字符串。

适用于