Private Assembly Security - how?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have this private assembly, and I want to ensure that it can be used only in my application. I have signed the assembly using strong name key pair that I generated. But when I am calling it dynamically (i.e. Assembly.Load) how can I ensure security, i.e. check for the public key, so that only my application will be able to use it coz only my application knows my public key? Any ideas? - Tariq