开发一个将读取数字证书的Web应用程序(ASP.NET)
问题描述:
我有一个任务,我需要开发一个Web应用程序(ASP.NET),它将读取数字证书并在上传的文件上进行数字签名,这样如果有人可以提供帮助,那将是非常有用的帮助
我尝试了什么:
i我正在尝试使用System.Security.Cryptography.X509Certificates来阅读数字证书....
I have a task in which i need to develop a web application(ASP.NET) which will read Digital Certificate and sign digitally on uploaded file so if any one can help in this would be great help
What I have tried:
i am trying to use System.Security.Cryptography.X509Certificates to read Digital Certificate....
答
不确定你想做什么或尝试过什么......
要猜测,这可能是一个很好的起点: X509Certificate2UI类(System.Security.Cryptography.X509Certificates) [ ^ ]
Not sure what you are wanting to do or what you have tried...
To take a wild guess, this might be a good place to start: X509Certificate2UI Class (System.Security.Cryptography.X509Certificates)[^]