The SignatureHandler type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SignatureHandler | Initializes a new instance of the SignatureHandler class |
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| Sign |
Signs the given bytes and returns the digest.
| |
| ToString | (Inherited from Object.) | |
| Verify |
This function verifies the given bytes.
|
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)
|