Share via


OpenIdConnectConfiguration.ShouldSerializeAuthorizationSigningAlgValuesSupported Method

Definition

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

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

Returns

Applies to