次の方法で共有


ContentKeyPolicyTokenRestriction コンストラクター

定義

オーバーロード

ContentKeyPolicyTokenRestriction()

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

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

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

ContentKeyPolicyTokenRestriction()

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

public ContentKeyPolicyTokenRestriction ();
Public Sub New ()

適用対象

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

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

public ContentKeyPolicyTokenRestriction (string issuer, string audience, Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenKey primaryVerificationKey, Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenType restrictionTokenType, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenKey> alternateVerificationKeys = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyTokenClaim> requiredClaims = default, string openIdConnectDiscoveryDocument = default);
new Microsoft.Azure.Management.Media.Models.ContentKeyPolicyTokenRestriction : string * string * Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenKey * Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenType * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenKey> * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyTokenClaim> * string -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicyTokenRestriction
Public Sub New (issuer As String, audience As String, primaryVerificationKey As ContentKeyPolicyRestrictionTokenKey, restrictionTokenType As ContentKeyPolicyRestrictionTokenType, Optional alternateVerificationKeys As IList(Of ContentKeyPolicyRestrictionTokenKey) = Nothing, Optional requiredClaims As IList(Of ContentKeyPolicyTokenClaim) = Nothing, Optional openIdConnectDiscoveryDocument As String = Nothing)

パラメーター

issuer
String

トークン発行者。

audience
String

トークンの対象ユーザー。

primaryVerificationKey
ContentKeyPolicyRestrictionTokenKey

プライマリ検証キー。

restrictionTokenType
ContentKeyPolicyRestrictionTokenType

トークンの種類。 指定できる値は、'Unknown'、'Swt'、'Jwt' です。

alternateVerificationKeys
IList<ContentKeyPolicyRestrictionTokenKey>

代替検証キーの一覧。

requiredClaims
IList<ContentKeyPolicyTokenClaim>

必要なトークン要求の一覧。

openIdConnectDiscoveryDocument
String

OpenID 接続検出ドキュメント。

適用対象