OpenIdConnectConfiguration.ShouldSerializeIdTokenEncryptionAlgValuesSupported Method

Definition

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

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

Returns

Applies to