XpsDocument.Signatures 属性

定义

获取与包关联的 XML 纸张规范 (XPS) 签名的集合。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Xps::Packaging::XpsDigitalSignature ^> ^ Signatures { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Xps::Packaging::XpsDigitalSignature ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Xps.Packaging.XpsDigitalSignature> Signatures { get; }
member this.Signatures : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Xps.Packaging.XpsDigitalSignature>
Public ReadOnly Property Signatures As ReadOnlyCollection(Of XpsDigitalSignature)

属性值

ReadOnlyCollection<T> 对象的 XpsDigitalSignature,这些对象表示与包关联的签名。

注解

Signatures 列表标识哪些部分已签名,以及签名是否有效。

适用于