IDigitalSignatureCollection Interface |
Namespace: Aspose.Slides
The IDigitalSignatureCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsICollection |
Returns ICollection interface.
(Inherited from IGenericCollectionT.) |
![]() | AsIEnumerable |
Returns IEnumerable interface.
Read-only IEnumerable.
(Inherited from IGenericCollectionT.) |
![]() | Count | (Inherited from ICollection.) |
![]() | IsSynchronized | (Inherited from ICollection.) |
![]() | Item |
Returns the signature by index.
|
![]() | SyncRoot | (Inherited from ICollection.) |
Name | Description | |
---|---|---|
![]() ![]() | Add |
Adds the signature at the end of collection.
|
![]() | Clear |
Removes all signatures from collection.
|
![]() | CopyTo | (Inherited from ICollection.) |
![]() | GetEnumerator | (Inherited from IEnumerableIDigitalSignature.) |
![]() | RemoveAt |
Removes the signature at the specified index.
|