XpsDocument.Signatures Vlastnost

Definice

Získá kolekci podpisů XML Paper Specification (XPS), které jsou přidružené k balíčku.

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)

Hodnota vlastnosti

ReadOnlyCollection<XpsDigitalSignature>

XpsDigitalSignature ObjektyReadOnlyCollection<T>, které představují podpisy přidružené k balíčku.

Poznámky

Seznam Signatures identifikuje, které části jsou podepsané a jestli jsou podpisy platné.

Platí pro