UAP10:MediaContentDecryptionModule

为 MSIX 包中的桌面应用定义扩展,该扩展定义用于访问媒体文件的解密信息。

元素层次结构

<包>

    <扩展>

         <uap10:Extension>

              <\uap10:MediaContentDecryptionModule>

语法

<uap10:MedicaContentDecryptionModule
  DisplayName = 'A string with a value between 1 and 256 characters in length.'
  Description = 'A string with a value between 1 and 2048 characters in length.'
  SupportedKeySystems = 'A string with a value between 1 and 255 characters in length.'
  wincap3:ActivatableClassId = 'A string with a value between 1 and 255 characters in length.'
  wincap3:Path = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, ", |, ?, or *.'
  wincap3:ProcessorArchitecture = 'A string value that can be one of the following: "x86", "x64", "arm", "arm64", or "neutral".' />

密钥

? 可选 (零个或一个)

特性和元素

属性

属性 说明 数据类型 必须 默认值
DisplayName 媒体内容的用户友好显示名称。 一个字符串,其值长度介于 1 到 256 个字符之间。
说明 媒体内容的用户友好说明。 值长度介于 1 到 2048 个字符之间的字符串。
SupportedKeySystems 定义用于加密/反加密媒体内容的密钥系统。 一个字符串,其值长度介于 1 到 255 个字符之间。
rescap3:ActivatableClassId 与此媒体内容关联的类 ID。 一个字符串,其值长度介于 1 到 255 个字符之间。
rescap3:Path 媒体内容的路径。 一个字符串,其值长度在 1 到 256 个字符之间,不能包含以下字符:<、、>"|?、 或 *
rescap3:ProcessorArchitecture 用于媒体内容的处理器体系结构。 可以是下列值之一的字符串值: x86x64armarm64neutral

子元素

无。

父元素

父元素 描述
uap10:Extension 声明应用的扩展点。

要求

uap10 http://schemas.microsoft.com/appx/manifest/uap/windows10/10
rescap3 http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities/3
Minimum OS Version Windows 10版本 2004 (内部版本 19041)