Home All Groups Group Topic Archive Search About
Author
28 Jul 2006 8:56 AM
serge calderara
Dear all,

In my project I have many assembly made from my own wich refer each other.
Ideally what I would like to do to cover security is signing all my assembly
with strong name. So far so good nothing complicated on that except that one
of the assembly that I try to sign as a reference to an unmanaged library.

At this phase I am not able to sign that particular assembly as long as it
refer to  a non-sign compoent

How to handl that case then in order that all my assebly get sign even if
there refer to unmanaged Com compoenent ??

thnaks for your help
regards
serge

Author
28 Jul 2006 9:27 AM
Dominick Baier
Hi,

you have to sign the runtime callable wrapper - tlbimp has a /keyfile option.

dominick

Show quoteHide quote
> Dear all,
>
> In my project I have many assembly made from my own wich refer each
> other. Ideally what I would like to do to cover security is signing
> all my assembly with strong name. So far so good nothing complicated
> on that except that one of the assembly that I try to sign as a
> reference to an unmanaged library.
>
> At this phase I am not able to sign that particular assembly as long
> as it refer to  a non-sign compoent
>
> How to handl that case then in order that all my assebly get sign even
> if there refer to unmanaged Com compoenent ??
>
> thnaks for your help
> regards
> serge