DocsMarshal.Workflow.ActivityLibrary.InfoCertv 1.0.0.0


DocsMarshal.Workflow.ActivityLibrary.InfoCert_Authorize

This activity is necessary if you want to sign multiple documents by only asking once for the user authorization


DocsMarshal.Workflow.ActivityLibrary.InfoCert_ChallengeOTP

Authorizes the signing process by means of a time-based OTP token generated by the InfoCert app


DocsMarshal.Workflow.ActivityLibrary.InfoCert_ChallengePUSH

Authorizes the signing process by sending the user a PUSH notification. The process will idle waiting for the user to authorize the signing.


DocsMarshal.Workflow.ActivityLibrary.InfoCert_ChallengeQRCode_GetQR

Authorizes the signing process by creating a QR code that the user will have to scan using the InfoCert app


DocsMarshal.Workflow.ActivityLibrary.InfoCert_ChallengeQRCode_Wait

Sets the process in Idle state waiting for the user to scan the QR Code authorizing the signing


DocsMarshal.Workflow.ActivityLibrary.InfoCert_ChallengeSMS

Authorizes the signing process by means of a OTP sent to the certificate owner in an SMS


DocsMarshal.Workflow.ActivityLibrary.InfoCert_CheckAvailableAuthenticators

Checks which authenticators are available for the current user


DocsMarshal.Workflow.ActivityLibrary.InfoCert_Login

Authenticate to the InfoCert API


DocsMarshal.Workflow.ActivityLibrary.InfoCert_SignCAdES

Sign a document in CAdES format. The input document can be any file type. The output signed document is a .P7M file


DocsMarshal.Workflow.ActivityLibrary.InfoCert_SignHashPAdES

Sign a document in PAdES format by only sending to InfoCert the hash of the document. This method allows to efficiently sign very large documents using very little network bandwidth. The input document must be a .PDF file. The output signed document is a .PDF file


DocsMarshal.Workflow.ActivityLibrary.InfoCert_SignPAdES

Sign a document in PAdES format. The input document must be a .PDF file. The output signed document is a .PDF file


DocsMarshal.Workflow.ActivityLibrary.InfoCert_SignXAdES

Sign a document in XAdES format. The input document must be a .XML file. The output signed document is a .XML file. WARNING: the resulting XML file for a signature with Packaging type DETACHED does not contain the original document, but only the digital signature. The original document must be stored separately.