The SignatureField type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SignatureField |
Create a new Signature field.
|
Methods
| Name | Description | |
|---|---|---|
| Accept |
Accept this field.
(Overrides Field..::..Accept(FieldVisitor, Object).) | |
| Clear |
Clear the signature for this field.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Verify()()()() |
Checks if the Signature field is valid (verified), based on a standard signature handler.
| |
| Verify(ISignatureHandlerFactory) |
Checks if the Signature field is valid (verified), based on the supplied factory.
| |
| Verify(SignatureHandler) |
Checks if the Signature field is valid.
|
Properties
| Name | Description | |
|---|---|---|
| Certificates |
The signing certificate and its chain certificates.
| |
| ContactInfo |
Information provided by the signer to enable a recipient to contact the signer to verify the signature;
for example, a phone number.
| |
| DocumentModifiedAfterSigning |
Returns if the document is modified after the signature was added, meaning that an update is append to this document.
| |
| Export |
This field is included when the form is exported or submitted.
(Inherited from Field.) | |
| FullName |
The fully qualified name for this field.
(Inherited from Field.) | |
| IsSigned |
Returns if this field has a signature attached. The signature can be valid or not.
| |
| Location |
The CPU host name or physical location of signing.
| |
| MappingName |
Used when exporting data from the document.
(Inherited from Field.) | |
| ReadOnly |
Read-only state of this field.
(Inherited from Field.) | |
| Reason |
The reason for the signing, such as 'I Agree...'.
| |
| RequiredMode |
The required mode for this field.
(Inherited from Field.) | |
| SignatureHandler |
The Signature handler which sign this field.
| |
| SignedDate |
The date the signature is applied to the document.
| |
| SignedName |
The name which signed this document.
| |
| SignedUpdate |
The update in which this signature field is signed.
| |
| ToolTip |
The name of the field as used in the user interface.
(Inherited from Field.) | |
| Widgets |
The asociated widgets for this field.
(Inherited from Field.) | |
| XfaInfo |
Additional XFA specific information for this field.
(Inherited from Field.) |