Can a signed assembly be used by a signed assemblies ? I want to know if I signed an assembly as strongly named will it not possible to be used by a non-signed assembly ? Please guide how to sign a assembly as strongly named ?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A: Yes, of course
A: I think you’re asking if a “normal” (unsigned) assembly can call a strongly named assembly? Again – yes, of course
… HOWEVER …
In other words, ANY assembly can use a strongly signed assembly. But a strongly signed assembly can only use OTHER strongly signed assemblies.