SignatureField.Sign

Sign(Signature, Stream, string)

Signs the document using this signature field.

public void Sign(Signature signature, Stream pfx, string pass)
ParameterTypeDescription
signatureSignatureSignature object, see PKCS1, PKCS7, PKCS7Detached.
pfxStreamStream with certificate.
passStringPassword to access private in the pfx.

See Also


Sign(Signature)

Sign the document using this signature field.

public void Sign(Signature signature)
ParameterTypeDescription
signatureSignatureSignature object, see PKCS1, PKCS7 and PKCS7Detached.

See Also