Securing assembly/dlls - unable to add secured component in design time
From: sudhakar (mailto-sudhakar2809_at_yahoo.com)
Date: 02/02/05
- Next message: Reader: "Verify a Windows Account"
- Previous message: Jon Skeet [C# MVP]: "Re: How do I convert a ASCII Byte Array, to another Byte Array"
- Next in thread: NuTcAsE: "Re: Securing assembly/dlls - unable to add secured component in design time"
- Reply: NuTcAsE: "Re: Securing assembly/dlls - unable to add secured component in design time"
- Reply: Nicole Calinoiu: "Re: Securing assembly/dlls - unable to add secured component in design time"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 2 Feb 2005 12:07:36 -0600
Hi
I'm using linkdemand
(System.Security.Permissions.SecurityAction.LinkDemand)with
strongnameidentitypermission to secure my dlls. If i try to add a component
(say an user control which is secured in the above fashion) to a windows
form, in the DESIGN time, I'm getting a security exception. However, there's
no problem when i run the application. Is there anyway i can add the
usercontrol in the design time without getting the security exception (any
other appropriate SecurityAction parameter, perhaps ?? )?
Thanks
-sudhakar
- Next message: Reader: "Verify a Windows Account"
- Previous message: Jon Skeet [C# MVP]: "Re: How do I convert a ASCII Byte Array, to another Byte Array"
- Next in thread: NuTcAsE: "Re: Securing assembly/dlls - unable to add secured component in design time"
- Reply: NuTcAsE: "Re: Securing assembly/dlls - unable to add secured component in design time"
- Reply: Nicole Calinoiu: "Re: Securing assembly/dlls - unable to add secured component in design time"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|