Sample for integrating the Bulksign signing experience in a hybrid Universal Windows Platform application. The integration can be done in the following ways :
-
using the generic "bulksign://" protocol and the email link : the application needs to register the protocol and the sample app will redirect accordingly and open the signing document.
-
use the native "Start" page from the sample to allow the user to enter a document access code.
-
if you use the Bulksign API to send a document from the UWP app, set SigningSettings.Argument = documentAccessCode and redirect to AccessCodeEnterUrl to directly open the document for signing.