19 results matched your search criteria
Forum topic
OneSpan Sign
The OssClient.DownloadZippedDocuments method is throwing the following error sporadically. The code below that contains this method works the majority of the time. I would appreciate any suggestions on why this error happens every once and a while.
Forum topic
OneSpan Sign
I'm looking at switching from using the http client to using the sdk but I am running into diffences in the reponse object. The api returns a roles collection with a number of signers objects. the signers have a signer type, for ex.
Forum topic
Intelligent Adaptive Authentication
Hi,
Is there a way to change the package expiry date without re-sending the invitation email?
My current code is
Forum topic
OneSpan Sign
Is is possible to add a new signer to a document which is already signed?
I tried with below code
PackageId packageId = new PackageId("orB4GBrQKn33YIF6XJFgDMGdkb4=");
ossClient.ChangePackageStatusToDraft(packageId);
Forum topic
OneSpan Sign
Hi Team,
I am trying to fetch a list of transactions that should include the received transaction from other senders which requires the signing.
Unfortunately, I don't see the transactions which are sent by others with the below code,
Forum topic
Intelligent Adaptive Authentication
Hi,
I am getting following error while trying to update the expiry date of a package
Forum topic
OneSpan Sign
I was trying to add a new document to existing package and got the following error
Cannot edit or delete package.","name":"Access Denied"
Forum topic
OneSpan Sign
Hi, i'm gettin this error message "OneSpanSign.Sdk.OssException: 'No Role found for signer email ", creating a package, this is the code that i'm using, thanks for the help.
Forum topic
OneSpan Sign
Dear, When we are creating a new package with the .net SDK we need to know if the template has any roles that have attachment requirements. Sofar I can see is this information not mapped when we make a request.