ServiceBusConnectionStringBuilder.CreateUsingSharedSecret メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
発行者シークレット。
戻り値
共有シークレット資格情報を使用して作成された接続。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET