a) the .net equivalent of the java keytool utility
and
b) a good tutorial/sample on using keystores/keys/certs/etc/
Thanks in advance!
Derrick
.NET crypto leverages the underlying CryptoAPI keystorage capability. Most
of the key-handling (signing, encryption etc) in .NET 1.1 or 2 are wrappers
around underlying native CryptoAPI implementations.
Here is some info. on some aspects (specifically signing) of Java keystores
versus .NET "keycontainers" and certificate stores:
http://www.jensign.com/JavaScience/Thawte
Note the recently added paragraph at bottom of that page:
"Java SE 6 support for Windows CryptoAPI Stores/Keys"
- Mitch Gallant
MVP Security
"Derrick" <der...@noreply.com> wrote in message
news:uP0w0eud...@TK2MSFTNGP05.phx.gbl...