Taal

AbstractAcquireTokenParameterBuilder<T>.WithExtraQueryParameters Methode

Definitie

Let op

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.

Hiermee stelt u extra queryparameters in voor de querytekenreeks in de HTTP-verificatieaanvraag.

[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

Parameters

extraQueryParameters
String

Deze parameter wordt toegevoegd aan de querytekenreeks in de HTTP-verificatieaanvraag aan de instantie. De tekenreeks moet correct zijn gecodeerd en gereed zijn om te worden verzonden als een tekenreeks van segmenten van het formulier key=value , gescheiden door een ampersandteken.

Retouren

T

De bouwer om te ketenen. Met methoden.

Kenmerken

Van toepassing op