DigitalSignatureCollection
Overview
DigitalSignatureCollection is a class in Aspose.Words FOSS for .NET.
Inherits from: IEnumerable<DigitalSignature>.
Provides a read-only collection of digital signatures attached to a document.
This class provides 1 method for working with DigitalSignatureCollection objects in .NET programs.
Available methods include: GetEnumerator.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Count, IsValid.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IsValid | bool | Read | Returns true if all digital signatures in this collection are valid and the document has not been tampered with Also returns true if there are no digital signatures. |
Count | int | Read | Gets the number of elements contained in the collection. |
Methods
| Signature | Description |
|---|---|
GetEnumerator() | Returns a dictionary enumeratoriteratorenumerator object that can be used to iterate over all items in the collection. |