次の方法で共有


JwtAuthentication.Issuers プロパティ

定義

予期されるトークン発行者の一覧を取得または設定します。 トークン発行者は、指定された値の少なくとも 1 つに一致する場合に有効です。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象