다음을 통해 공유


OpenIdConnectConfiguration.RevocationEndpointAuthSigningAlgValuesSupported Property

Definition

Gets the collection of 'revocation_endpoint_auth_signing_alg_values_supported'.

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

Property Value

Attributes

Applies to