次の方法で共有


ContentKeyPolicyTokenRestriction クラス

定義

トークン制限を表します。 指定されたトークンは、ライセンスまたはキーの配信を成功させるには、これらの要件と一致する必要があります。

[Newtonsoft.Json.JsonObject("#Microsoft.Media.ContentKeyPolicyTokenRestriction")]
public class ContentKeyPolicyTokenRestriction : Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestriction
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.ContentKeyPolicyTokenRestriction")>]
type ContentKeyPolicyTokenRestriction = class
    inherit ContentKeyPolicyRestriction
Public Class ContentKeyPolicyTokenRestriction
Inherits ContentKeyPolicyRestriction
継承
ContentKeyPolicyTokenRestriction
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

ContentKeyPolicyTokenRestriction()

ContentKeyPolicyTokenRestriction クラスの新しいインスタンスを初期化します。

ContentKeyPolicyTokenRestriction(String, String, ContentKeyPolicyRestrictionTokenKey, ContentKeyPolicyRestrictionTokenType, IList<ContentKeyPolicyRestrictionTokenKey>, IList<ContentKeyPolicyTokenClaim>, String)

ContentKeyPolicyTokenRestriction クラスの新しいインスタンスを初期化します。

プロパティ

AlternateVerificationKeys

代替検証キーの一覧を取得または設定します。

Audience

トークンの対象ユーザーを取得または設定します。

Issuer

トークン発行者を取得または設定します。

OpenIdConnectDiscoveryDocument

OpenID 接続検出ドキュメントを取得または設定します。

PrimaryVerificationKey

主検証キーを取得または設定します。

RequiredClaims

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

RestrictionTokenType

トークンの種類を取得または設定します。 使用可能な値は、'Unknown'、'Swt'、'Jwt' です。

メソッド

Validate()

オブジェクトを検証します。

適用対象