次の方法で共有


ContentKeyPolicyTokenRestriction.RequiredClaims プロパティ

定義

必要なトークン要求の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象