Khatri918

Get all signers exclude sender

0 votes
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 list (if sender does not have any docs to sign)? Thanks, Khatri

Reply to: Get all signers exclude sender

0 votes
Hi Khatri, The attachment was the sample code I created for you. The whole logic separates into two steps: 1.loop through all signers and find sender 2.remove sender In this way, you can get all signers list without sender. Hope this could help! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Attachments

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