IClientApplicationBase.SliceParameters Property

Definition

Overloads

SliceParameters
Obsolete.

Sets or Gets a custom query parameters that may be sent to the STS for dogfood testing or debugging. This is a string of segments of the form key=value separated by an ampersand character. Unless requested otherwise, this parameter should not be set by application developers as it may have adverse effect on the application.

SliceParameters

Caution

Use ExtraQueryParameters on each call instead. See https://aka.ms/msal-net-3-breaking-changes or https://aka.ms/msal-net-application-configuration

Sets or Gets a custom query parameters that may be sent to the STS for dogfood testing or debugging. This is a string of segments of the form key=value separated by an ampersand character. Unless requested otherwise, this parameter should not be set by application developers as it may have adverse effect on the application.

[System.Obsolete("Use ExtraQueryParameters on each call instead.  See https://aka.ms/msal-net-3-breaking-changes or https://aka.ms/msal-net-application-configuration", true)]
public string SliceParameters { get; set; }
[<System.Obsolete("Use ExtraQueryParameters on each call instead.  See https://aka.ms/msal-net-3-breaking-changes or https://aka.ms/msal-net-application-configuration", true)>]
member this.SliceParameters : string with get, set
Public Property SliceParameters As String

Property Value

Attributes

Applies to