次の方法で共有


MediaProtectionManager.Properties プロパティ

定義

保護マネージャーにアタッチされているプロパティを含む 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.VideoFrameAccessCertificateUINT8 配列フレーム サーバー モードでフレームにアクセスするためのアプリケーション証明書。
Windows.Media.Protection.MediaProtectionSystemIdGUID保護システム ID
Windows.Media.Protection.MediaProtectionSystemContextUINT8 配列現在のコンテンツの保護システムに関連付けられているデータ。
Windows.Media.Protection.MediaProtectionSystemIdMappingIPropertySet信頼された入力オブジェクトをアクティブ化するための文字列への保護システム ID のマッピングを返します。 保護システム ID の文字列は、大文字の GUID (インクルード {}) の形式である必要があります。 これは、コンテンツ保護システムのクラス名にマップされます。
Windows.Media.Protection.MediaProtectionContainerGuidGUIDDigital Rights Management (DRM) スキームを指定します。

適用対象