.Net Security How to use evidence

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
 
M

Mattias Sjögren

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top