Create a new Pkcs7DetachedSignatureHandler to sign a signature using the specified key in the store.
Namespace: TallComponents.PDF.DigitalSignaturesAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public Pkcs7DetachedSignatureHandler( Pkcs12Store keyStore, string name ) |
| Visual Basic |
|---|
Public Sub New ( _ keyStore As Pkcs12Store, _ name As String _ ) |
Parameters
- keyStore
- Type: TallComponents.PDF.DigitalSignatures..::..Pkcs12Store
A key store.
- name
- Type: System..::..String
Name of the key to use for signing.