Re: Installing CA-certificate in certificate-store from .NET
From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 09/29/05
- Next message: Dominick Baier [DevelopMentor]: "Re: How do I get array of users security groups (NOT builtin)"
- Previous message: Dominick Baier [DevelopMentor]: "Re: How do I check for domain group membership?"
- In reply to: Helge Jensen: "Installing CA-certificate in certificate-store from .NET"
- Next in thread: Helge Jensen: "Re: Installing CA-certificate in certificate-store from .NET"
- Reply: Helge Jensen: "Re: Installing CA-certificate in certificate-store from .NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 29 Sep 2005 12:25:28 -0700
Hello Helge,
not sure about WSE - may be worth investigating more on the X509Store class
(IIRC that was the name).
...but the "normal" way prior to .net 2.0 is using CAPICOM - a COM wrapper
around the CryptoAPI. You have to download that from microsoft.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> I've been looking at google for a method of adding a certificate to
> the cert-store from C#. I would prefer something that doesn't popup
> dialog-boxes -- but I'll accept just about anything.
>
> I looked at certmgr.exe, but it would be rather sad to have to start
> that in a seperate process -- and it seems to come with the visual.net
> installation.
>
> I also found some references to WSE, but got a bit confused about WSE
> versions 1, 2 and 3, and whether WSE1.0 actually provided methods for
> updating the store -- all the exaples seemed to read from it.
>
> Anyone got any good pointers to articles, code, ...?
>
- Next message: Dominick Baier [DevelopMentor]: "Re: How do I get array of users security groups (NOT builtin)"
- Previous message: Dominick Baier [DevelopMentor]: "Re: How do I check for domain group membership?"
- In reply to: Helge Jensen: "Installing CA-certificate in certificate-store from .NET"
- Next in thread: Helge Jensen: "Re: Installing CA-certificate in certificate-store from .NET"
- Reply: Helge Jensen: "Re: Installing CA-certificate in certificate-store from .NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|