OpenIdConnectConfiguration.SigningKeys Property

Definition

Gets the ICollection<T> that the IdentityProvider indicates are to be used signing tokens.

[System.Text.Json.Serialization.JsonIgnore]
public override System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.SecurityKey> SigningKeys { get; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.SigningKeys : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.SecurityKey>
Public Overrides ReadOnly Property SigningKeys As ICollection(Of SecurityKey)

Property Value

Attributes

Applies to