OpenIdConnectConfiguration.UserInfoEndpointEncryptionEncValuesSupported Property

Definition

Gets the collection of 'userinfo_encryption_enc_values_supported'

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

Property Value

Attributes

Applies to