OpenIdConnectConfiguration.ShouldSerializeIdTokenSigningAlgValuesSupported Method

Definition

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

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

Returns

Applies to