Re: Loading Multiple Certificates (General questions)
Yes. It will work if the certificates are registered with Windows.
But sometimes, we want to deploy the certificates file with software and do not want to register the certificates, using cert.Import method is the best solution.
Dim cert As System.Security.Cryptography.X509Certificates.X509Certificate2
wodWebD1 = new WeOnlyDo.Server.WebServer
cert.Import("certificate.pfx", "certificate_password", Security.Cryptography.X509Certificates.X509KeyStorageFlags.Exportable)
wodWebD1.Certificate = cert
Complete thread:
- Loading Multiple Certificates - Marcus, 2012-06-12, 19:58
- Re: Loading Multiple Certificates - woddrazen, 2012-06-12, 20:02
- Re: Loading Multiple Certificates - Marcus, 2012-06-12, 20:20
- Re: Loading Multiple Certificates - woddrazen, 2012-06-12, 20:37
- Re: Loading Multiple Certificates - Marcus, 2012-06-12, 20:53
- Re: Loading Multiple Certificates - woddrazen, 2012-06-12, 21:18
- Re: Loading Multiple Certificates - Marcus, 2012-06-12, 22:14
- Re: Loading Multiple Certificates - woddrazen, 2012-06-16, 20:07
- Re: Loading Multiple Certificates - Marcus, 2012-06-18, 09:01
- Re: Loading Multiple Certificates - woddrazen, 2012-06-18, 11:22
- Re: Loading Multiple Certificates - Jeremy, 2014-12-03, 22:42
- Re: Loading Multiple Certificates - Jasmine, 2014-12-04, 09:43
- Re: Loading Multiple Certificates - Jeremy, 2014-12-04, 10:07
- Re: Loading Multiple Certificates - Jasmine, 2014-12-04, 22:10
- Re: Loading Multiple Certificates - Jeremy, 2014-12-05, 05:35
- Re: Loading Multiple Certificates - Jasmine, 2014-12-04, 22:10
- Re: Loading Multiple Certificates - Jeremy, 2014-12-04, 10:07
- Re: Loading Multiple Certificates - Jasmine, 2014-12-04, 09:43
- Re: Loading Multiple Certificates - Marcus, 2012-06-18, 09:01
- Re: Loading Multiple Certificates - woddrazen, 2012-06-16, 20:07
- Re: Loading Multiple Certificates - Marcus, 2012-06-12, 22:14
- Re: Loading Multiple Certificates - woddrazen, 2012-06-12, 21:18
- Re: Loading Multiple Certificates - Marcus, 2012-06-12, 20:53
- Re: Loading Multiple Certificates - woddrazen, 2012-06-12, 20:37
- Re: Loading Multiple Certificates - Marcus, 2012-06-12, 20:20
- Re: Loading Multiple Certificates - woddrazen, 2012-06-12, 20:02