次の方法で共有


JwtAuthentication.Claims プロパティ

定義

検証する追加のトークン要求の一覧を取得または設定します。 トークンを有効にするには、すべての要求とそれぞれの値が含まれている必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="claims")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.TokenClaim> Claims { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="claims")>]
member this.Claims : System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.TokenClaim> with get, set
Public Property Claims As IList(Of TokenClaim)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象