B
Bamse
Hi,
I was thinking of a "security concept" (- although it may already exist in
the .NET Framework): to allow only some assemblies to call a method form
another assembly...
something like... a public method can be called by another assembly within
an application but also by anyone from outside;
this mechanism would check at method level/above method level who is calling
and allow/disallow the call.
Is this already implemented in .NET Framework?
I would greatly appreciate some feedback on how this may be implemented
(using StackTrace maybe)...
Thank you,
Daniel
I was thinking of a "security concept" (- although it may already exist in
the .NET Framework): to allow only some assemblies to call a method form
another assembly...
something like... a public method can be called by another assembly within
an application but also by anyone from outside;
this mechanism would check at method level/above method level who is calling
and allow/disallow the call.
Is this already implemented in .NET Framework?
I would greatly appreciate some feedback on how this may be implemented
(using StackTrace maybe)...
Thank you,
Daniel