Tagged Questions
The declarative-security tag has no wiki summary.
2
votes
1answer
129 views
Declarative security on methods in .NET 3.5 - how do I lock down a method's permissions?
I'm using .NET 3.5. Say I have a method that accesses a specific file, and a specific registry key.
I want to add declarative security definitions that restrict the method so that it can only access ...
2
votes
1answer
640 views
.NET Declarative Security: Why is SecurityAction.Deny impossible to work with?
I've been messing with this for about a day and a half now sifting through .NET reflector and MSDN docs, and can't figure anything out...
As it stands in the .NET framework, you can demand that the ...
1
vote
1answer
41 views
Authentication type in DD paragraph confusion
Could anyone please tell me why the following paragraph is incorrect:
If your deployment descriptor
correctly declares an authentication
type of BASIC, the container
automatically requests a ...