OpenIdConnectConfiguration.ShouldSerializeAuthorizationEncryptionEncValuesSupported Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a bool that determines if the 'authorization_encryption_enc_values_supported' (AuthorizationEncryptionEncValuesSupported) property should be serialized. This is used by Json.NET in order to conditionally serialize properties.
public bool ShouldSerializeAuthorizationEncryptionEncValuesSupported ();
member this.ShouldSerializeAuthorizationEncryptionEncValuesSupported : unit -> bool
Public Function ShouldSerializeAuthorizationEncryptionEncValuesSupported () As Boolean