SignatureField.Sign
Sign(Signature, Stream, string)
Signs the document using this signature field.
public void Sign(Signature signature, Stream pfx, string pass)
Parameter | Type | Description |
---|---|---|
signature | Signature | Signature object, see PKCS1 , PKCS7 , PKCS7Detached . |
pfx | Stream | Stream with certificate. |
pass | String | Password to access private in the pfx. |
See Also
- class Signature
- class SignatureField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
Sign(Signature)
Sign the document using this signature field.
public void Sign(Signature signature)
Parameter | Type | Description |
---|---|---|
signature | Signature | Signature object, see PKCS1 , PKCS7 and PKCS7Detached . |
See Also
- class Signature
- class SignatureField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF