PackageDigitalSignature.SignedParts 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取已使用相关签名进行签名的所有 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 已被删除。