OpenIdConnectConfiguration.ShouldSerializeRequestObjectSigningAlgValuesSupported Method

Definition

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

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

Returns

Applies to