DigitalSignatureCollection

DigitalSignatureCollection class

Represents a collection of digital signatures attached to a document.

public class DigitalSignatureCollection : DomObject<Presentation>, IDigitalSignatureCollection

Properties

NameDescription
Count { get; }Returns the number of elements in the collection. Read-only Int32.
IsSynchronized { get; }Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Item { get; }Returns the signature by index.
SyncRoot { get; }Returns a synchronization root. Read-only Object.

Methods

NameDescription
Add(IDigitalSignature)Adds the signature at the end of collection.
Clear()Removes all signatures from collection.
CopyTo(Array, int)Copies all elements from the collection to the specified array.
GetEnumerator()Returns an enumerator that iterates through the collection.
RemoveAt(int)Removes the signature at the specified index.

See Also