Webforms in asp.net C#

Hi
I want to create a webform where the users can fill information - after that they need to sign in with mit ID to send the webform to us as document.

How can i achive that in asp.net (C#)

Thanks so much.

Hi!

If you want the users to sign in with MitID you can use the Express Authentication with MitID. Here is the documentation, and here is a video tutorial of MitID implementation

If you want the users to sign a document with the information provided you can create a document with this information and sign the document with Express Signature: Signature | Developer Pages

We also have a C# SDK to make the implementation easier: Developer Pages

Please let me know if you want more info or a zoom-meeting!