OpenIdConnectConfiguration.ShouldSerializeDisplayValuesSupported Method

Definition

Gets a bool that determines if the 'display_values_supported' (DisplayValuesSupported) property should be serialized. This is used by Json.NET in order to conditionally serialize properties.

public bool ShouldSerializeDisplayValuesSupported ();
member this.ShouldSerializeDisplayValuesSupported : unit -> bool
Public Function ShouldSerializeDisplayValuesSupported () As Boolean

Returns

Applies to