AbstractAcquireTokenParameterBuilder<T>.WithExtraQueryParameters メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This method is deprecated. Please use the WithExtraQueryParameters(IDictionary<string, (string value, bool includeInCacheKey)>) method instead, which provides control over which parameters are included in the cache key.
HTTP 認証要求のクエリ文字列の追加クエリ パラメーターを設定します。
[System.Obsolete("This method is deprecated. Please use the WithExtraQueryParameters(IDictionary<string, (string value, bool includeInCacheKey)>) method instead, which provides control over which parameters are included in the cache key.", false)]
public T WithExtraQueryParameters(string extraQueryParameters);
[<System.Obsolete("This method is deprecated. Please use the WithExtraQueryParameters(IDictionary<string, (string value, bool includeInCacheKey)>) method instead, which provides control over which parameters are included in the cache key.", false)>]
override this.WithExtraQueryParameters : string -> 'T
Public Function WithExtraQueryParameters (extraQueryParameters As String) As T
パラメーター
- extraQueryParameters
- String
このパラメーターは、機関への HTTP 認証要求のクエリ文字列にそのまま追加されます。
文字列は適切に URL エンコードされ、アンパサンド文字で区切られた形式 key=value セグメントの文字列として送信する準備ができている必要があります。
返品
チェーンするビルダー。メソッドを使用します。
- 属性