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 已被删除。

适用于

另请参阅