IDigitalSignatureCollection
IDigitalSignatureCollection class
Represents a collection of digital signatures attached to a document.
The IDigitalSignatureCollection type exposes the following members:
Properties
Name |
Description |
as_i_collection |
Returns ICollection class. |
as_i_enumerable |
Returns IEnumerable class. |
Indexer
Name |
Description |
[index] |
Returns the signature by index. |
Methods
Name |
Description |
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