OpenIdConnectConfiguration.ShouldSerializeRequestObjectEncryptionAlgValuesSupported Method

Definition

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

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

Returns

Applies to