MediaProtectionManager.Properties プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
保護マネージャーにアタッチされているプロパティを含む PropertySet オブジェクトを取得します。
public:
property IPropertySet ^ Properties { IPropertySet ^ get(); };
IPropertySet Properties();
public IPropertySet Properties { get; }
var iPropertySet = mediaProtectionManager.properties;
Public ReadOnly Property Properties As IPropertySet
プロパティ値
この保護マネージャーのプロパティを含む PropertySet オブジェクト。
例
var cpsystems = new Windows.Foundation.Collections.PropertySet();
cpsystems["{1891D602-6F0A-40F7-90A1-3C24564F6D77}"] = "TestDRMInstall.Objects.AsfTrustedInput";
contentProtectionManager.Properties["Windows.Media.Protection.MediaProtectionSystemIdMapping"] = cpsystems;
注釈
次のプロパティが定義されています。
名前 | Type | 説明 |
---|---|---|
Windows.Media.Protection.VideoFrameAccessCertificate | UINT8 配列 | フレーム サーバー モードでフレームにアクセスするためのアプリケーション証明書。 |
Windows.Media.Protection.MediaProtectionSystemId | GUID | 保護システム ID |
Windows.Media.Protection.MediaProtectionSystemContext | UINT8 配列 | 現在のコンテンツの保護システムに関連付けられているデータ。 |
Windows.Media.Protection.MediaProtectionSystemIdMapping | IPropertySet | 信頼された入力オブジェクトをアクティブ化するための文字列への保護システム ID のマッピングを返します。 保護システム ID の文字列は、大文字の GUID (インクルード {}) の形式である必要があります。 これは、コンテンツ保護システムのクラス名にマップされます。 |
Windows.Media.Protection.MediaProtectionContainerGuid | GUID | Digital Rights Management (DRM) スキームを指定します。 |