Re: Certificate store access permissions
From: Michel Gallant (neutron_at_istar.ca)
Date: 06/03/03
- Next message: J-P Meunier: "Re: Certificate store access permissions"
- Previous message: J-P Meunier: "Certificate store access permissions"
- In reply to: J-P Meunier: "Certificate store access permissions"
- Next in thread: J-P Meunier: "Re: Certificate store access permissions"
- Reply: J-P Meunier: "Re: Certificate store access permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 3 Jun 2003 12:11:23 -0400
Not possible without:
- having the ActiveX Assembly Assert permissions required to
access the registry (which prevents a stack walk past the untrusted
IE host)
- configuring every clients' CAS (possibly via deployment project)
with, say a custom child code-group
I think what you are after is deployment capability like what signed .cab files
with Java applets can do, e.g. this "Run Once" registry key scanner:
http://pages.istar.ca/~neutron/RunKeyValues/
- Michel Gallant
MVP Security
"J-P Meunier" <fuimens@yahoo.fr> wrote in message news:%23kg2nccKDHA.360@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> I have an ActiveX Assembly that needs to open the client certificate store
> (the client is using IE). With default permissions given to
> intranet/internet zones, the ActiveX throws a security error exception.
>
> Is there any solution to give the Assembly the right permissions to the
> local registry without changing the security of all the concerned zone ?
>
> In production deployment, clients will use the ActiveX via the internet, and
> they are not Administrators of their computers or they are not supposed to
> know how to change permissions, so I really need give the assembly the
> rights it needs to access the registry.
>
> Thanks
>
> JP Meunier
>
>
>
- Next message: J-P Meunier: "Re: Certificate store access permissions"
- Previous message: J-P Meunier: "Certificate store access permissions"
- In reply to: J-P Meunier: "Certificate store access permissions"
- Next in thread: J-P Meunier: "Re: Certificate store access permissions"
- Reply: J-P Meunier: "Re: Certificate store access permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|