OpenIdConnectConfiguration.ShouldSerializeUserInfoEndpointEncryptionEncValuesSupported Method

Definition

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

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

Returns

Applies to