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;
注解
定义了以下属性:
名称 | 类型 | 说明 |
---|---|---|
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 | 指定数字版权管理 (DRM) 方案。 |