OpenIdConnectConfiguration.ShouldSerializeIdTokenEncryptionEncValuesSupported Method

Definition

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

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

Returns

Applies to