OpenIdConnectConfiguration.ShouldSerializeAcrValuesSupported Method

Definition

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

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

Returns

Applies to