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

TokenCredentialOptions.AdditionalQueryParameters Property

Definition

Gets or sets extra query parameters that will be appended to the authentication request sent to Microsoft Entra ID. Each entry maps a parameter name to its value and a flag that controls whether the parameter is part of the token cache key. This property is only honored by MSAL-backed credentials.

public System.Collections.Generic.IDictionary<string,(string Value, bool IncludeInCacheKey)> AdditionalQueryParameters { get; }
member this.AdditionalQueryParameters : System.Collections.Generic.IDictionary<string, ValueTuple<string, bool>>
Public ReadOnly Property AdditionalQueryParameters As IDictionary(Of String, ValueTuple(Of String, Boolean))

Property Value

Applies to