Share via


JsonWebKeySet.Keys Property

Definition

Gets the IList<T>.

[System.Text.Json.Serialization.JsonPropertyName("keys")]
public System.Collections.Generic.IList<Microsoft.IdentityModel.Tokens.JsonWebKey> Keys { get; }
[<System.Text.Json.Serialization.JsonPropertyName("keys")>]
member this.Keys : System.Collections.Generic.IList<Microsoft.IdentityModel.Tokens.JsonWebKey>
Public ReadOnly Property Keys As IList(Of JsonWebKey)

Property Value

Attributes

Applies to