ContentKeyPolicyFairPlayConfiguration クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
FairPlay ライセンスの構成を指定します。
[Newtonsoft.Json.JsonObject("#Microsoft.Media.ContentKeyPolicyFairPlayConfiguration")]
public class ContentKeyPolicyFairPlayConfiguration : Microsoft.Azure.Management.Media.Models.ContentKeyPolicyConfiguration
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.ContentKeyPolicyFairPlayConfiguration")>]
type ContentKeyPolicyFairPlayConfiguration = class
inherit ContentKeyPolicyConfiguration
Public Class ContentKeyPolicyFairPlayConfiguration
Inherits ContentKeyPolicyConfiguration
- 継承
- 属性
-
Newtonsoft.Json.JsonObjectAttribute
コンストラクター
ContentKeyPolicyFairPlayConfiguration() |
ContentKeyPolicyFairPlayConfiguration クラスの新しいインスタンスを初期化します。 |
ContentKeyPolicyFairPlayConfiguration(Byte[], String, String, ContentKeyPolicyFairPlayRentalAndLeaseKeyType, Int64, ContentKeyPolicyFairPlayOfflineRentalConfiguration) |
ContentKeyPolicyFairPlayConfiguration クラスの新しいインスタンスを初期化します。 |
プロパティ
Ask |
FairPlay アプリケーション シークレット キーとして使用する必要があるキーを取得または設定します。 |
FairPlayPfx |
PKCS 12 (pfx) 形式 (秘密キーを含む) での FairPlay 証明書の Base64 表現を取得または設定します。 |
FairPlayPfxPassword |
PKCS 12 (pfx) 形式の FairPlay 証明書を暗号化するパスワードを取得または設定します。 |
OfflineRentalConfiguration |
オフライン レンタル ポリシーを取得または設定します |
RentalAndLeaseKeyType |
レンタル キーとリース キーの種類を取得または設定します。 使用できる値は、'Unknown'、'Undefined'、'DualExpiry'、'PersistentUnlimited'、'PersistentLimited' です。 |
RentalDuration |
レンタル期間を取得または設定します。 0 以上である必要があります。 |
メソッド
Validate() |
オブジェクトを検証します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET