Compartir a través de


JwtAuthentication.Issuers Propiedad

Definición

Obtiene o establece la lista de emisores de tokens esperados. El emisor de tokens es válido si coincide con al menos uno de los valores especificados.

[Newtonsoft.Json.JsonProperty(PropertyName="issuers")]
public System.Collections.Generic.IList<string> Issuers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="issuers")>]
member this.Issuers : System.Collections.Generic.IList<string> with get, set
Public Property Issuers As IList(Of String)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a