.Net Security How to use evidence

  • Thread starter Thread starter MS Newsgroups
  • Start date Start date
M

MS Newsgroups

Hi,

From what i understand i should be able to set strong name on assembly and
then use this strong name as evidence when calling a class, to allow only a
certain application to use a class.

Is this corrent ?, if so any insight in how to code this would be
appreciated.

Thanks

Niclas
 
Niclas,
From what i understand i should be able to set strong name on assembly and
then use this strong name as evidence when calling a class, to allow only a
certain application to use a class.

Check out the StrongNameIdentityPermission class and the corresponding
attribute.



Mattias
 
Back
Top