OpenIdConnectConfiguration.ShouldSerializeSubjectTypesSupported Method

Definition

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

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

Returns

Applies to