IDigitalSignatureCollection
IDigitalSignatureCollection interface
Represents a collection of digital signatures attached to a document.
public interface IDigitalSignatureCollection : IGenericCollection<IDigitalSignature>
Properties
Name |
Description |
Item { get; } |
Returns the signature by index. |
Methods
Name |
Description |
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