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


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