Create a new Pkcs7Sha1SignatureHandler and use the given certificate to sign.
Namespace: TallComponents.PDF.DigitalSignaturesAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public Pkcs7Sha1SignatureHandler( X509Certificate2 certificate ) |
| Visual Basic |
|---|
Public Sub New ( _ certificate As X509Certificate2 _ ) |
Parameters
- certificate
- Type: System.Security.Cryptography.X509Certificates..::..X509Certificate2
The certificate containing the private key.