Dear Mike-
Thanks for the reply.
the certs are stored at-
Documents and
Settings\<username>\ApplicationData\Microsoft\SystemCertificates\My\Certific
ates folder.
But I can find no registry key pointing to that location.
> The problem is in LSASS.EXE design. It is designed to not interact with
> desktop so when I have my certificate on smart card it can't ask me for
PIN.
I know this is the protocol for EFS , using account log on security to
protect the files (a crazy idea); but if the private key could be shifted
elsewhere, then you would be depending on physical possession of a cert.
Not having a PIN might be acceptable in some circumstances. a 4-6 digit PIN
has limited security anyway and smartcards can be manipulated to give up
their information. That's not my concern at present.
>The second limitation is you have your EFS on
> your USB disk or smart card, but they are not inserted into a computer.
You
> select a bunch of files on your hard drive and select encrypt. You just
> created new par of keys (new set) with which this set of files will be
> encrypted.
This is SoP for EFS.
I guess I was hoping that the EFS call could be directed to another location
than where ever the certs are stored. The hybrid PK encryption
process is part of the Crypt.api (I assume) as its the same process as
S/MIME, SSL , and IPSec. I know IPSec can be linked to a smart card for
authentication, just wonder why the others can't. Perhaps its hard coded
into the .api. Don't know but maybe a Win SDK holder can help.
Found this about CertMgr and crypt.api-
http://msdn.microsoft.com/library/de...ty/certmgr.asp
"... A system store is a certificate store normally located in the registry
under currentUser. The user can refer to a system store by providing just
its name. It is not necessary to specify the certificate store provider
type. Depending on the type of StoreFile or system store, CertMgr chooses
the corresponding store provider type. ..."
But I don't see it under 'currentUser'
Still looking.
Thanks again-
Ridge
----------------------------------
"Miha Pihler" <miha-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Ridge,
>
<snip>