IDigitalSignatureCollection

IDigitalSignatureCollection interface

Represents a collection of digital signatures attached to a document.

public interface IDigitalSignatureCollection : IGenericCollection<IDigitalSignature>

Properties

NameDescription
Item { get; }Returns the signature by index.

Methods

NameDescription
Add(IDigitalSignature)Adds the signature at the end of collection.
Clear()Removes all signatures from collection.
RemoveAt(int)Removes the signature at the specified index.

See Also