1.

You create an assembly by using Visual Studio .NET. The assembly is responsible for writing and reading order entry information to and from an XML data file. The assembly also writes and reads values to and from the Windows registry while it is being consumed._x005F_x000D_  _x005F_x000D_ The assembly will be distributed to client computers by using your company, XYZ, intranet. All client computers are configured to implement the default .NET security policy._x005F_x000D_  _x005F_x000D_ You need to implement security in the assembly. What should you do?

A. Implement declarative security and execute the permission demand to allow access to the file system and Windows registry.
B. Implement declarative security and execute the minimum permission request to allow access to the file system and Windows registry.
C. Implement imperative security and execute the permission demand to allow access to the file system and Windows registry.
D. Implement imperative security and execute the minimum permission request to allow access to the file system and Windows registry.
Answer» C. Implement imperative security and execute the permission demand to allow access to the file system and Windows registry.


Discussion

No Comment Found