IClientApplicationBase.SliceParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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