by Pieter Philippaerts [Pieter at mentalis dot org] posted on 2004/07/25 |
|
There's no way to directly manage Windows certificate stores from the .NET runtime (v1.0/1.1).
However, Microsoft has released an add-on library for the .NET framework that supports certificate management. You can find more information about this library over here: http://msdn.microsoft.com/webservices/building/wse/
Also, .NET framework 2.0 will be able to handle this. |