Signature.Signature
Contents
[
Hide
]Signature()
Inititalizes new instance of the Signature class.
public Signature()
See Also
- class Signature
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
Signature(string, string)
Inititalizes new instance of the Signature class.
public Signature(string pfx, string password)
| Parameter | Type | Description |
|---|---|---|
| pfx | String | Pfx file which contains certificate for signing. |
| password | String | Password to get access to the private key in the certificate. |
See Also
- class Signature
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
Signature(Stream, string)
Inititalizes new instance of the Signature class.
public Signature(Stream pfx, string password)
| Parameter | Type | Description |
|---|---|---|
| pfx | Stream | Stream with certificate data organized as pfx. |
| password | String | Password to get access to the private key in the certificate. |
See Also
- class Signature
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF