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;

注解

定义了以下属性:

名称类型说明
Windows.Media.Protection.VideoFrameAccessCertificateUINT8 数组用于在帧服务器模式下访问帧的应用程序证书。
Windows.Media.Protection.MediaProtectionSystemIdGUID保护系统 ID
Windows.Media.Protection.MediaProtectionSystemContextUINT8 数组与当前内容的保护系统关联的数据。
Windows.Media.Protection.MediaProtectionSystemIdMappingIPropertySet返回保护系统 ID 到用于激活受信任输入对象的字符串的映射。 保护系统 ID 的字符串必须采用 GUID 的格式, (包括 {} 大写) 。 这映射到内容保护系统中的类名。
Windows.Media.Protection.MediaProtectionContainerGuidGUID指定数字版权管理 (DRM) 方案。

适用于