共用方式為


StagePackageOptions.ExpectedDigests 屬性

定義

取得字典,此字典會對應與 StagePackageOptions 相關聯的 URI 與對應的摘要字串。

public:
 property IMap<Uri ^, Platform::String ^> ^ ExpectedDigests { IMap<Uri ^, Platform::String ^> ^ get(); };
IMap<Uri, winrt::hstring const&> ExpectedDigests();
public IDictionary<System.Uri,string> ExpectedDigests { get; }
var iMap = stagePackageOptions.expectedDigests;
Public ReadOnly Property ExpectedDigests As IDictionary(Of Uri, String)

屬性值

IMap<Uri,String>

IDictionary<Uri,String>

IMap<Uri,Platform::String>

IMap<Uri,winrt::hstring>

索引鍵是 URI 且值是字串,代表與 URI 相關聯的摘要的字典。

Windows 需求

裝置系列
Windows 11 Insider Preview (已於 10.0.23504.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v15.0 引進)

備註

摘要字串是封裝 URI 內容的雜湊表示法。 呼叫 IAppxDigestProvider::GetDigest ,然後將值新增至 ExpectedDigests傳回的集合,以取得套件 URI 的摘要。 摘要可以針對 StagePackageOptions中包含的任何或所有 URI 指定。 如果為 URI 指定摘要,且該 URI 上的內容不符合其摘要,部署作業將會失敗。 如果未為 URI 指定摘要,套件管理員將會繼續執行,而不會驗證其摘要。 如果針對套件管理員不需要讀取的 URI 指定摘要,則會忽略摘要。

適用於