The Pkcs7Sha1SignatureHandler type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Pkcs7Sha1SignatureHandler(X509Certificate2) |
Create a new Pkcs7Sha1SignatureHandler and use the given certificate to sign.
| |
| Pkcs7Sha1SignatureHandler(X509Chain) |
Create a new Pkcs7Sha1SignatureHandler and use the given chain to sign.
| |
| Pkcs7Sha1SignatureHandler(Pkcs12Store) |
Create a new Pkcs7Sha1SignatureHandler and use the first key from the store to sign.
| |
| Pkcs7Sha1SignatureHandler(Pkcs12Store, String) |
Create a new Pkcs7Sha1SignatureHandler and use the given key from the store to sign.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| Sign |
Signs the given bytes and returns the digest.
(Inherited from StandardSignatureHandler.) | |
| ToString | (Inherited from Object.) | |
| Verify |
Verifies the signature.
Do not call this method directly.
(Overrides SignatureHandler..::..Verify(array<Byte>[]()[][], array<Byte>[]()[][], array<array<Byte>[]()[][]>[]()[][]).) |
Properties
| Name | Description | |
|---|---|---|
| CanSign |
Always true.
(Inherited from StandardSignatureHandler.) | |
| CanVerify |
Always true.
(Inherited from StandardSignatureHandler.) | |
| 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.
(Inherited from StandardSignatureHandler.) | |
| Filter |
The filter parameter used in the PDF document.
(Inherited from StandardSignatureHandler.) | |
| MaxDigestLength |
The maximum length of the digest.
(Overrides SignatureHandler..::..MaxDigestLength.) | |
| Name |
The subject name in the signing certificate (the element "CN")
(Inherited from StandardSignatureHandler.) | |
| Revision |
Revision number of the SignatureHandler.
(Overrides SignatureHandler..::..Revision.) | |
| SignDate |
The date and time of signing.
(Inherited from StandardSignatureHandler.) | |
| SubFilter |
The subfilter parameter used in the PDF document.
(Inherited from StandardSignatureHandler.) | |
| UsePropBuild |
You can specify if you want to use the PropertyBuild structure or not. (default false)
(Inherited from SignatureHandler.) |