3699 results matched your search criteria
Forum topic
OneSpan Sign
I have seen the example of GetCompletedPackagesWithinDateRangeExample.cs in github from the following link
https://github.com/eSignLive/esl.sdk.net/blob/m
Product
OneSpan Cloud Authentication
OneSpan Cloud Authentication
A quick-to-deploy, cloud-based multi-factor authentication solution with proven security for online applications
Forum topic
OneSpan Sign
Salesforce connector for eSignLive : If there is a scenario in which we need to send 2 documents in a single package, ts there a way to use a convention for tagging in this situation? Please advise.
Forum topic
OneSpan Sign
Hi eSignLive Team,
I am working on an integration between eSign Live and Ebix Inc.
Forum topic
OneSpan Sign
Hello,
I would like to know, whether there is possibility of changing the text("Your signature is not required on this document.") on the top of document in the navigation bar. If so, how can we do it? Please see find the attachment below.
Thanks,
Sushma
Forum topic
Intelligent Adaptive Authentication
OOB stands for Out-Of-Band. Out-of-band authentication is a type of two-factor authentication that requires a secondary verification method through a separate communication channel along with the typical ID and password.
Forum topic
OneSpan Sign
I tried this one on SDK 10.10.1.0, and tried various different ways to see if it will return the Field properties and it failed to return. My PDF contains only 2 fields that I'm populating using Field Injection. Please see attached screenshot.
Forum topic
OneSpan Sign
Hello,
Is there a way to capture the font-end event notifications in iOS? I am loading the signing session in a wkwebview and I'm trying to capture these events: https://docs.esignlive.com/content/c_integrator_s_guide/event_notifier/event_notifier.htm. Is it possible?
Forum topic
OneSpan Sign
Hi,
We have tried to remove the default consent form using the following snippet
eslClient.PackageService.DeleteDocument(packageId, "default-consent");
But the electronic disclosure still shows up and our signable PDF is not shown.
We are using one of the small samples the works perfectly without t
Forum topic
OneSpan Sign
Hi,
When below line is called, it returns a list of all signers including the sender as one of the signers.
IList signers = eslClient.GetPackage(new PackageId("")).Signers;
This is the case even though the sender has no documents to sign.
Is there a way to exclude a sender from the signer li