Sometimes we want to protect the access to the various functions of our assembly, I have identified that if the functions of the assembly made as friend and assembly is also made friend assembly, then the results will be as desired. As
A friend assembly is an assembly that is permitted to access another assembly's Friend types and members.
So Its possible to protect illegal access to our secure functionality.
This is one of the solution that can be helpful in some situation.
The info of Friend Assemblies can found at the link http://msdn.microsoft.com/en-us/library/bb384772.aspx
No comments:
Post a Comment