OpenIdConnectConfiguration.UserInfoEndpointSigningAlgValuesSupported Property

Definition

Gets the collection of 'userinfo_signing_alg_values_supported'

[System.Text.Json.Serialization.JsonPropertyName("userinfo_signing_alg_values_supported")]
public System.Collections.Generic.ICollection<string> UserInfoEndpointSigningAlgValuesSupported { get; }
[<System.Text.Json.Serialization.JsonPropertyName("userinfo_signing_alg_values_supported")>]
member this.UserInfoEndpointSigningAlgValuesSupported : System.Collections.Generic.ICollection<string>
Public ReadOnly Property UserInfoEndpointSigningAlgValuesSupported As ICollection(Of String)

Property Value

Attributes

Applies to