Share via


OpenIdConnectConfiguration.ShouldSerializeAuthorizationEncryptionAlgValuesSupported Method

Definition

Overloads

ShouldSerializeAuthorizationEncryptionAlgValuesSupported()

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

ShouldSerializeAuthorizationEncryptionAlgValuesSupported()

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

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

Returns

Applies to