UAP10:MediaContentDecryptionModule
メディア ファイルへのアクセスに使用する復号化情報を定義する MSIX パッケージ内のデスクトップ アプリの拡張機能を定義します。
要素の階層
<\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".' />
キー
?
省略可能 (0 または 1)
属性と要素
属性
属性 | 説明 | データ型 | 必須 | 既定値 |
---|---|---|---|---|
DisplayName | メディア コンテンツのわかりやすい表示名。 | 長さが 1 ~ 256 文字の値を持つ文字列。 | はい | |
説明 | メディア コンテンツのわかりやすい説明。 | 1 ~ 2048 文字の長さの値を持つ文字列。 | Yes | |
SupportedKeySystems | メディア コンテンツの暗号化/暗号化を行うために使用されるキー システムを定義します。 | 長さが 1 ~ 255 文字の値を持つ文字列。 | Yes | |
rescap3:ActivatableClassId | このメディア コンテンツに関連付けられているクラス ID。 | 長さが 1 ~ 255 文字の値を持つ文字列。 | いいえ | |
rescap3:Path | メディア コンテンツへのパス。 | 長さが 1 ~ 256 文字の文字列。、| " > ? 、または * の各文字< を含めることはできません。 |
いいえ | |
rescap3:ProcessorArchitecture | メディア コンテンツに使用されるプロセッサ アーキテクチャ。 | x86、x64、arm、arm64、または neutral のいずれかを指定できる文字列値。 | いいえ |
子要素
なし。
親要素
親要素 | 説明 |
---|---|
uap10:Extension | アプリの拡張ポイントを宣言します。 |
必要条件
Item | 値 |
---|---|
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) |