Regarding StrongNameIdentityPermissionAttribute

  • Thread starter Thread starter Nelson
  • Start date Start date
N

Nelson

Hi Folks,

How can I secure an Assembly (DLL) from being referenced in programs other than my Strong Named Assembly (EXE) by using the StrongNameIdentityPermissionAttribute.

Nelson
 
How can I secure an Assembly (DLL) from being referenced in programs other than my Strong Named Assembly (EXE) by using the StrongNameIdentityPermissionAttribute.

The StrongNameIdentityPermissionAttribute will not prevent anyone from
referencing your assembly (I don't think anything will). It can,
however, prevent others from calling methods in it.



Mattias
 
Back
Top