IDigitalSignatureCollection Interface

Represents a collection of digital signatures attached to a document.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IDigitalSignatureCollection : IGenericCollection<IDigitalSignature>, 
	IEnumerable<IDigitalSignature>, IEnumerable, ICollection

The IDigitalSignatureCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodCode exampleAdd
Adds the signature at the end of collection.
Public methodClear
Removes all signatures from collection.
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableIDigitalSignature.)
Public methodRemoveAt
Removes the signature at the specified index.
See Also