What is declarative security check?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is declarative security check?
Rating:
Declarative security check is a security check performed on the declarative information in metadata. It uses attributes to place security information into the metadata of application code. These attributes are used to indicate the type of demand or request, and can be placed at the assembly, class, or member level. Declarative security check allows developers to invoke specified security functionality. It can be performed either at load time or at runtime. It is used when the requested action and permission attributes are static. Declarative security check provides optimized runtime execution of the application, as it checks the declarative information in the metadata.
Rating:
Was this information helpful?
Other articles
- What is a destructor?
- What is the Text property?
- What is interception?
- What is the Find method?
- What is the Option Strict statement?
