The SignatureHandler type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CanSign |
Returns true if and only if this signature handler can be used to sign a document.
| |
| CanVerify |
Returns if this signature handler can be used to verify a document.
| |
| Certificates |
An array of strings representing the X.509 certicicate chain used for signing
and validating signatures that use public-key cryptology.
| |
| DistinguishedName |
The Distinguished Name (DN) of the person or authority signing the document.
| |
| Filter |
The name of this signarure handler.
| |
| MaxDigestLength |
The maximum length in bytes of the digest as returned by the Sign function (default 300).
| |
| Name |
The name of the person or authority signing the document.
| |
| Revision |
The version of this signature handler.
| |
| SignDate |
The date and time of signing.
| |
| SubFilter |
The name that identifies the encoding of the signature value and key information.
| |
| UsePropBuild |
You can specify if you want to use the PropertyBuild structure or not. (default false)
|