Ephemeral key containers
From: Jerome (9velcy002_at_sneakemail.com)
Date: 09/17/05
- Previous message: kaushas: "Help e to get simple encryption and decryption to work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 17 Sep 2005 13:32:51 -0700
Using the .NET 1.1 crypto classes, is there any way of specifying that
the crypto service providers should use ephemeral (in-memory-only) key
containers? In other words, is there any way of instantiating
RSACryptoServerProvider so that it calls CryptAcquireContext with
CRYPT_VERIFYCONTEXT underneath the hood and doesn't touch a disk-based
key store?
Calling the Windows Crypto API through P/Invoke is not acceptable. I
need to use the .NET classes if possible so that I have the hope of
cross-platform compatibility and running without Full Trust.
- Previous message: kaushas: "Help e to get simple encryption and decryption to work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|