次の方法で共有


AllowedAudiencesValidation.AllowedAudiences プロパティ

定義

JWT トークンを検証する対象ユーザーの許可リストの構成設定を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象