XpsDocument.Signatures 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 清單會識別哪些部分已簽署,以及簽章是否有效。