Hi,
I’m using the C# SDK from DocuSign.
I’m trying to find an option to enable ITSME using the c# SDK from docusign
I did found some documentation about setting up QES:
https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/standards-based-signatures/#:~:text=QES%20signatures&text=verify%20the%20identity%20of%20the,held%20or%20cloud%2Dbased%20certificates
RecipientSignatureProviders = new List<RecipientSignatureProvider>
{
new RecipientSignatureProvider {SignatureProviderName = "docusign_eu_qualified_idnow_tsp"}
}
However, using this won’t allow me to sign using itsme.
How can i integrate ItsMe within the SDK?
Or is this only possible by changing the settings within the portal?
Thank you in advance!
Kind regards,
Kurt