DigitalSignatureCollection

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

NameTypeAccessDescription
IsValidboolReadReturns 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.
CountintReadGets the number of elements contained in the collection.

Methods

SignatureDescription
GetEnumerator()Returns a dictionary enumeratoriteratorenumerator object that can be used to iterate over all items in the collection.

See Also