A
archana
Hi all,
I am having application in 2003 where i have one class library and two
console application.
In class library i have one class to which i set
strongnameidentitypermission. When i try to use this class in first
console application which is having same publickkey as i set in
strongnameidentiypermission it works. and for second console
application having different public key it gives me error.
but when i try to do same thing in 2005 , even if console application
is having different public key still the method which i defined in
class library is getting accessing and working properly.
I am not getting what is happening. even after setting strong name all
other assembly are getting access to this class which i don;t want to
expose to other.
Please tell me why this is happening.
thanks in advance.
I am having application in 2003 where i have one class library and two
console application.
In class library i have one class to which i set
strongnameidentitypermission. When i try to use this class in first
console application which is having same publickkey as i set in
strongnameidentiypermission it works. and for second console
application having different public key it gives me error.
but when i try to do same thing in 2005 , even if console application
is having different public key still the method which i defined in
class library is getting accessing and working properly.
I am not getting what is happening. even after setting strong name all
other assembly are getting access to this class which i don;t want to
expose to other.
Please tell me why this is happening.
thanks in advance.