CryptoAPI migration from WinNT to Win2003 server
From: CryptoAPI migration from WinNT to Win200 (Win200_at_discussions.microsoft.com)
Date: 01/26/05
- Previous message: jos2005: "Security settings on Survey"
- Next in thread: Michel Gallant: "Re: CryptoAPI migration from WinNT to Win2003 server"
- Reply: Michel Gallant: "Re: CryptoAPI migration from WinNT to Win2003 server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 26 Jan 2005 08:57:06 -0800
Hello-
Can anyone help me to understand how to enumerate through the key containers
(for specific profiles) on a windows 2003 server?
CryptAquireContext does grab the active key container, but if the system has
multiple key containers for a particular user profile I am not seeing the
solution to knowing/grabbing all the key containers? Where this would be
benifical for me is for say the export process where I want to export
multiple key containers to another system.
There is a longer explination below if anyone is interested in greater
detail of what I am trying to do.
Any suggestions or help for things to look at for this software migrations
would be greatly appreciated.
Thanks
***************
I currently am trying to migrate a program written durning the Windows NT
4.0 days to windows 2003 server. This program implements the CryptoAPI and
WinReg api.
Basically, the issue revolves around accessing the key containers on the
system the application is installed on. For WinNT 4.0 the storage of the key
containers was in the registry. So the program would enumerate through the
registry space grabbing the key containers (ie in an export).
Obviously, the key containers are stored in a different location (profile
based on the file system) in the newer OS'es. It seems all the cryptoAPI
calls still function correclty. My issue resides in the fact that I need to
change how the cryptoAPI accesses the key containers (since the change was in
registry access).
- Previous message: jos2005: "Security settings on Survey"
- Next in thread: Michel Gallant: "Re: CryptoAPI migration from WinNT to Win2003 server"
- Reply: Michel Gallant: "Re: CryptoAPI migration from WinNT to Win2003 server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|