Compartilhar via


JwtAuthentication.Keys Propriedade

Definição

Obtém ou define a lista de chaves que podem ser usadas para validar tokens de acesso. Ter várias chaves permite a rotação perfeita de chaves da chave de assinatura de token. A assinatura do token deve corresponder exatamente a uma chave.

[Newtonsoft.Json.JsonProperty(PropertyName="keys")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.TokenKey> Keys { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keys")>]
member this.Keys : System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.TokenKey> with get, set
Public Property Keys As IList(Of TokenKey)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a