entaroadun
Programmer
How do I test whether or not a method can be called on a particular COM+ object?
I am creating a COM+ application to support an intranet web site. I would like to enable/disable buttons and hyperlinks on the site based on the user's security settings. However, I don't want to use any programmatic security; declarative security meets the need.
How do I test whether or not the user can call the method without actually calling the method?
I am creating a COM+ application to support an intranet web site. I would like to enable/disable buttons and hyperlinks on the site based on the user's security settings. However, I don't want to use any programmatic security; declarative security meets the need.
How do I test whether or not the user can call the method without actually calling the method?