The StandardSignatureHandler type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Create(X509Certificate2) |
Create a new StandardSignatureHandler best suited for a signing certificate.
| |
| Create(X509Chain) |
Create a new StandardSignatureHandler best suited for a signing certificate.
| |
| Create(Pkcs12Store) |
Create a new StandardSignatureHandler best suited for a signing certificate.
| |
| Create(Pkcs12Store, String) |
Create a new StandardSignatureHandler best suited for a signing certificate.
| |
| 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.
(Overrides SignatureHandler..::..Sign(array<Byte>[]()[][]).) | |
| ToString | (Inherited from Object.) | |
| Verify |
This function verifies the given bytes.
(Inherited from SignatureHandler.) |
Properties
| Name | Description | |
|---|---|---|
| CanSign |
Always true.
(Overrides SignatureHandler..::..CanSign.) | |
| CanVerify |
Always true.
(Overrides SignatureHandler..::..CanVerify.) | |
| Certificates |
An array of strings representing the X.509 certicicate chain used for signing
and validating signatures that use public-key cryptology.
(Inherited from SignatureHandler.) | |
| DistinguishedName |
For internal use only.
(Overrides SignatureHandler..::..DistinguishedName.) | |
| Filter |
The filter parameter used in the PDF document.
(Overrides SignatureHandler..::..Filter.) | |
| MaxDigestLength |
The maximum length in bytes of the digest as returned by the Sign function (default 300).
(Inherited from SignatureHandler.) | |
| Name |
The subject name in the signing certificate (the element "CN")
(Overrides SignatureHandler..::..Name.) | |
| Revision |
The version of this signature handler.
(Inherited from SignatureHandler.) | |
| SignDate |
The date and time of signing.
(Overrides SignatureHandler..::..SignDate.) | |
| SubFilter |
The subfilter parameter used in the PDF document.
(Overrides SignatureHandler..::..SubFilter.) | |
| UsePropBuild |
You can specify if you want to use the PropertyBuild structure or not. (default false)
(Inherited from SignatureHandler.) |