InfoCert_ChallengeQRCode_GetQR

Description

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


Authentication

AuthString InOutArgument<String> REQUIRED

The AuthString that was returned by the InfoCert_Login activity

View the docs for InfoCert_Login

Input

CertificateId InArgument<String> REQUIRED

ID of the signing certificate

The certificate PIN to authorize the signature

PinRequired InArgument<Boolean>

Requires the user to input the certificate PIN to authorize the signature

SignaturesNumber InArgument<Int32> REQUIRED

The number of signatures that you wish to be authorized

SignerId InArgument<String> REQUIRED

ID of the signer


Output

QrCodeImage OutArgument<IFileValue> REQUIRED

A PNG file representing the QR Code. This image must be shown to the user.

TransactionId OutArgument<String> REQUIRED

The TransactionId, to be used in the activity InfoCert_ChallengeQRCD_Wait to wait for the user to scan the QR Code