共用方式為


PackageDigitalSignature.SignedParts 屬性

定義

取得所有以這個簽章簽署之 PackagePart 物件的集合。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Uri ^> ^ SignedParts { System::Collections::ObjectModel::ReadOnlyCollection<Uri ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Uri> SignedParts { get; }
member this.SignedParts : System.Collections.ObjectModel.ReadOnlyCollection<Uri>
Public ReadOnly Property SignedParts As ReadOnlyCollection(Of Uri)

屬性值

包含所有以這個簽章簽署之套件組件的集合。

例外狀況

數位 Signature 已經刪除。

適用於

另請參閱