次の方法で共有


ContentKeyPolicyTokenClaim クラス

定義

トークン要求を表します。

public class ContentKeyPolicyTokenClaim
type ContentKeyPolicyTokenClaim = class
Public Class ContentKeyPolicyTokenClaim
継承
ContentKeyPolicyTokenClaim

コンストラクター

ContentKeyPolicyTokenClaim()

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

ContentKeyPolicyTokenClaim(String, String)

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

フィールド

ContentKeyIdentifierClaim

この要求では、トークン内の要求の値が、クライアントによって要求されるキーのキー識別子と一致している必要があります。 この要求を追加することは、クライアントに発行されたトークンが、トークンにリストされているコンテンツ キー識別子へのアクセスを承認することを意味します。

ContentKeyIdentifierClaimType

ContentKeyIdentifierClaim の要求の種類。

プロパティ

ClaimType

トークン要求の種類を取得または設定します。

ClaimValue

トークン要求値を取得または設定します。

適用対象