XpsDocument.Signatures Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Paketle ilişkili XML Kağıt Belirtimi (XPS) imzalarından oluşan bir koleksiyon alır.
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)
Özellik Değeri
ReadOnlyCollection<T> XpsDigitalSignature Paketle ilişkili imzaları temsil eden nesnelerden biri.
Açıklamalar
Liste Signatures hangi bölümlerin imzalı olduğunu ve imzaların geçerli olup olmadığını tanımlar.