I have a .NET application (C#) and for security reasons, I was asked to request users that they install a certain certificate in their browser and then check if user's browser has the certificate installed in it.
How can I create a certain digital certificate?
How can I check if user's browser has this certificate installed?