July 2003
Intermediate to advanced
736 pages
16h 35m
English
Now that you understand how security policy is managed, even if you aren't the person doing the managing, it is important to understand how we make use of code access security in our code. Much of the CLR already interacts with security policy using declarative and imperative security requests. These requests are made in the form of attributes and code that instantiates a specific security-related class. When security requests are made in the form of attributes, this is referred to as declarative security. When security requests are made in the form of lines of code within a method body, this is referred to as imperative security. The results are roughly the same regardless of the method used.
Read now
Unlock full access