ServiceBusConnectionStringBuilder.CreateUsingSharedSecret メソッド

定義

オーバーロード

CreateUsingSharedSecret(Uri, String, String)

共有シークレット資格情報を使用して接続文字列を作成します。

CreateUsingSharedSecret(IEnumerable<Uri>, IEnumerable<Uri>, Int32, Int32, String, String)

共有シークレット資格情報を使用して接続文字列を作成します。

CreateUsingSharedSecret(Uri, String, String)

共有シークレット資格情報を使用して接続文字列を作成します。

public static string CreateUsingSharedSecret (Uri endpoint, string issuer, string issuerSecret);
static member CreateUsingSharedSecret : Uri * string * string -> string
Public Shared Function CreateUsingSharedSecret (endpoint As Uri, issuer As String, issuerSecret As String) As String

パラメーター

endpoint
Uri

終点。

issuer
String

発行者

issuerSecret
String

発行者シークレット。

戻り値

共有シークレット資格情報を使用して作成された接続。

適用対象

CreateUsingSharedSecret(IEnumerable<Uri>, IEnumerable<Uri>, Int32, Int32, String, String)

共有シークレット資格情報を使用して接続文字列を作成します。

public static string CreateUsingSharedSecret (System.Collections.Generic.IEnumerable<Uri> endpoints, System.Collections.Generic.IEnumerable<Uri> stsEndpoints, int runtimePort, int managementPort, string issuer, string issuerSecret);
static member CreateUsingSharedSecret : seq<Uri> * seq<Uri> * int * int * string * string -> string
Public Shared Function CreateUsingSharedSecret (endpoints As IEnumerable(Of Uri), stsEndpoints As IEnumerable(Of Uri), runtimePort As Integer, managementPort As Integer, issuer As String, issuerSecret As String) As String

パラメーター

endpoints
IEnumerable<Uri>

エンドポイント。

stsEndpoints
IEnumerable<Uri>

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

runtimePort
Int32

ランタイム ポート。

managementPort
Int32

管理ポート。

issuer
String

発行者。

issuerSecret
String

発行者シークレット。

戻り値

共有シークレット資格情報を使用して作成された接続。

適用対象