harishaidary submitted May 9 2017

This simple C# class shows you how to use the eSignLive .NET SDK to create user, sender, and signer authentication tokens.

Rate this Code Share

Comments

Reply to: Authentication Tokens (.NET SDK)

0 votes
So how do I find out the signer id's guid value?

Reply to: Authentication Tokens (.NET SDK)

0 votes
Hey chom, .Net SDK was designed not to expose signer ID to users, so there's no direct function for .Net SDK to retrieve it. To work it around: #1. in this scenario, email should also work instead of signer ID, since signer/sender email is also unique through a package. #2. here's a code share using REST method to get signer ID by signer email in .Net: https://developer.esignlive.com/code-share/get-signer-id-by-signer-email-net-rest/ Hope this could help! Duo

Reply to: Authentication Tokens (.NET SDK)

0 votes
No. That didn't help. Here is what I am trying to do. I want to create an URL that will work within iframe and on chrome. I have used CreateSignerAuthenticationToken method and used the token as a parameter in apps.esignlive.com/access?sessiontoken= but whatever token that was created caused "unauthorized access" display with session expired. I am not sure what is wrong

Reply to: Authentication Tokens (.NET SDK)

0 votes
Your code sample doesn't have an example of using createsignerauthenticationtokenforsingleuse.

Reply to: Authentication Tokens (.NET SDK)

0 votes

hey good one keep it up

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off