IDigitalSignatureCollection

IDigitalSignatureCollection class

Represents a collection of digital signatures attached to a document.

The IDigitalSignatureCollection type exposes the following members:

Properties

NameDescription
as_i_collectionReturns ICollection class.
as_i_enumerableReturns IEnumerable class.

Indexer

NameDescription
[index]Returns the signature by index.

Methods

NameDescription
add(digital_signature)Adds the signature at the end of collection.
remove_at(index)Removes the signature at the specified index.
clear()Removes all signatures from collection.

See Also