JwtAuthentication.Issuers Propriedade

Definição

Obtém ou define a lista de emissores de token esperados. O emissor do token será válido se corresponder a pelo menos um dos valores fornecidos.

[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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a