次の方法で共有


ClientApplicationBase.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.

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

Property Value

Implements

Attributes

Applies to