SignedDataBlockCollection Members
Include Protected Members
Include Inherited Members
The collection of SignedDataBlock objects that correspond to the sets of data in the form template that can be digitally signed.
The SignedDataBlockCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SignedDataBlockCollection |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of SignedDataBlock objects defined in the form template. | |
Item | Gets a reference to the specified SignedDataBlock object from the SignedDataBlockCollection object based on index position. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets a System.Collections.IEnumerator object that iterates over all entries in the SignedDataBlockCollection collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ShowSignatureDialog | Displays the Sign dialog box. | |
ToString | (Inherited from Object.) |
Top