OpenIdConnectConfiguration.ShouldSerializeRequestObjectEncryptionEncValuesSupported Method

Definition

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

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

Returns

Applies to