ContentKeyPolicyTokenRestriction コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 接続検出ドキュメント。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET