SignatureCollection Members
Include Protected Members
Include Inherited Members
Contains a Signature object for each digital signature applied to a form or to a set of signable data represented by a SignedDataBlock object.
The SignatureCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SignatureCollection |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of Signature objects in the collection. | |
Item | Gets a reference to the specified Signature object from the SignatureCollection object. |
Top
Methods
Name | Description | |
---|---|---|
CreateSignature | Creates a new Signature object without adding it to the form. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets a System.Collections.IEnumerator object that iterates over all entries in the SignatureCollection object. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top