单项选择题
A.Apply a string name to the applications by using the Strong Name tool (Sn.exe)
B.Use the security settings of internet explorer to add the shared folder to the list of trusted sites
C.Use the Code Access Security Policy tool (Caspol.exe) to add a new code group that has the full trust permission set. The new code group must also contain a URL membership condition that specifies the URL of the shared folder where your application reside
D.Grant the full trust permission set to the Trusted Zone code group by using the Code Access Security Policy Tool (Caspol.exe)
单项选择题 选择正确的选项()
单项选择题 选择正确的选项()
单项选择题 You create a class library that is used by applications in three departments of your company. The library contains a Department class with the following definition. public class Department { public string name; public string manager; } Each application uses a custom configuration section to store department-specific values in the application configuration file as shown in the following code. You need to write a code segment that creates a Department object instance by using the field values retrieved from the application configuration file. Which code segment should you use?()