OpenIdConnectConfiguration.RequestObjectEncryptionAlgValuesSupported Property

Definition

Gets the collection of 'request_object_encryption_alg_values_supported'.

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

Property Value

Attributes

Applies to