Question

Does VeriSign allow developers to obtain "sandbox" digital certificates which can be used in development, much like PayPal allows developers to set up sandbox accounts?

Furthermore, does anyone have an implementation in C# about how a client can send the certificate to a server, and the server checks with VeriSign that the digital certificate is valid?

Était-ce utile?

La solution

You don't check with verisign, you use normal certificate validation (as you would with any other certificate).

A "sandbox" certificate is a self-signed certificate. You trust yourself (add your own certificate to the trusted root store) and so the certificate you signed yourself is trusted too.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top