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<XpsDigitalSignature>

ReadOnlyCollection<T> 物件的 XpsDigitalSignature,表示與封裝相關聯的簽章。

備註

Signatures 清單會識別哪些部分已簽署,以及簽章是否有效。

適用於