156 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I'm trying to understand the difference between CreatePackage and CreatePackageOneStep in the .Net SDK.
Forum topic
OneSpan Sign
How can we attach an existing Template of e-SignLive into our web forms without having to create and send a package using .NET SDK.
Suppose we already have the template ready in e-SignLive.
Forum topic
OneSpan Sign
I emailed support earlier, but I'll post the question here too in case it leads to a quicker/better resolution.
Forum topic
OneSpan Sign
In attempting to use signerAuthenticationTokens, I was looking at the following:
http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_authentication&s[]=webpageurl#signerauthenticationtoken_example
public SignerAuthenticationTokenExample() {
authenticationClient = new Authenticat
Forum topic
OneSpan Sign
Hi,
In my CA sandbox account '[email protected]', I found the link for "view completed documents' button, the link is "https://sandbox.e-signlive.ca/sso/saml/login/alias/e-signlive?idp=xxxxx&RelayState=xxx"
Forum topic
OneSpan Sign
What are the inbound IP addresses for eSignLive? And do these change with the new Sender UI (i.e. the new *.esignlive.com domain vs. *.e-signlive.com)?
Forum topic
OneSpan Sign
I am trying to implement Esign Designer view using below link,
https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/designer
Forum topic
OneSpan Sign
We are unable to find delete and update related API method call for sender
account in eSignLive documentation.
We have refereed this page of documentation:
http://docs.e-signlive.com/doku.php?id=esl:api:e-signlive_account#get_accoun
Please also provide information how we can suspend sender account
Forum topic
OneSpan Sign
I've noticed that the e-sign live SDK supports the ability to delegate access form one signer to another. (As documented at the bottom of this page).
Forum topic
OneSpan Sign
In our web application we are using an iframe for rendering e-signlive contents for document signing. We chose iframe as part of the solution in order to keep the user within our application.