PKCS7.PKCS7
Contents
[
Hide
]PKCS7()
Initializes new instance of the PKCS7 class.
public PKCS7()
See Also
- class PKCS7
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
PKCS7(string, string)
Initializes new instance of the PKCS7 class.
public PKCS7(string pfx, string password)
| Parameter | Type | Description |
|---|---|---|
| pfx | String | Pfx file which contains certificate for signing. |
| password | String | Password for certificate. |
See Also
- class PKCS7
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
PKCS7(Stream, string)
Initializes new instance of the PKCS7 class.
public PKCS7(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 PKCS7
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF