Client Authentication
Hi,
When i'm using the SSLSteam class, and i want to do a Client authentication,
must my client certificate be stored in the current user's "MY" store ? Can
i load this client certificate from a file using
X509Certificate.CreateFromCertFile(MyCertFile) ?
Thanks in advance,
Victor
.
Relevant Pages
- Re: ClientCertificates and IIS5 with https://localhost
... SP1 to allow a client certificate to be used from the machine store. ... > Strong import protection) and reimported without the extra pswd protection ... > implementation of the following code, for a SSL request to an SSL server ... (microsoft.public.dotnet.security) - How to Apply ACL on Machine Store for SSL?
... I am using the following command line tool to apply ACL on Machine ... Store where SSL Client Certificate is Installed: ... (microsoft.public.isa) - 403 when calling webservice with client certificate
... The certificate is properly read from the store (i have also tried to ... client certificate is missing. ... probably because I do not have private key assiciated with the client ... (microsoft.public.dotnet.framework.webservices) - Re: How do I make a local machine client certificate available to all users?
... Yes, the intention is to allow a machine access regardless of user, the ... Are you trying to install one client certificate on machine and have ... server, but you can do that in other ways, like with IPSec. ... Certificate in Local Computer Certificate Store'. ... (microsoft.public.inetserver.iis.security) - Client Authentication
... When i'm using the SSLSteam class, and i want to do a Client authentication, ... must my client certificate be stored in the current user's "MY" store? ... (microsoft.public.inetsdk.programming.webbrowser_ctl) |
|