次の方法で共有


JwtAuthentication.Audiences プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象