当前位置:MCPD(70-536)题库

问题:

[单选] 您正在加载到应用程序中的一个新的程序集。您需要重写默认的程序集证据。您需要公共语言运行库(CLR)授予程序集的权限集,因为如果从本地intranet区域的程序集被加载。您需要建立证据的收集。您应该使用哪个代码段?()

A . Evidence evidence = new Evidence(Assembly.GetExecutingAssembly().Evidence);
B . Evidence evidence = new Evidence(); evdence.AddAssembly(new Zone(SecurityZone.Intranet));
C . Evidence evidence = new Evidence(); evidence.AddHost(new Zone(SecurityZone.Intranet));
D . Evidence evidence = new Evidence(AppDomain.CurrentDomain.Evidence)

威廉格拉塞假设每个人都有()种最重要的需要。 二。 三。 四。 A Windows Azure application requires high Windows Azure Storage throughput.  Windows Azure Diagnostics is configured for scheduled transfers to Windows Azure Storage. The application is experiencing slow response times.   You determine that the current Windows Azure Diagnostics configuration is responsible for the reduced application performance.   You need to recommend an approach for improving application performance.  What should you recommend?()  Increase the number of application role instances.。  Increase the Windows Azure Diagnostics buffer quota.。  Decrease the Windows Azure Diagnostics buffer quota.。  Move Windows Azure Diagnostics to its own Windows Azure Storage account.。 你们公司所有的雇员都使用WindowsXP专业版。销售部门的用户使用笔记本电脑,他们每个人都有一个USB移动硬盘和一个数码相机,你使用WindowsXP专业版的自带的驱动程序为这些设备安装驱动。一个用户安装了从生产商那里得到的数码相机的升级驱动程序并重启了电脑。然后,他收到错误信息说服务或设备启动失败。当他登录到电脑上之后,他发现他访问不到数码相机了。你要怎么解决这个问题呢?() 以所知的最近的好的设置重启电脑。 重启电脑并进入安全模式,以本地管理员身份登录并设置驱动的数字签名选项中“警告或提醒我每次都选择一个动作”。 重启电脑并进入安全模式,在设备管理器中,在数码相机的属性中选择恢复驱动程序选项。 重启电脑进入恢复控制台中,设置数码相机的参数为“系统自动服务&rdquo。 You need to design an access control strategy that meets business and security requirements. Your solution must minimize forestwide replication. What should you do?() Create a global group for each department and a global group for each location. Add users to their respective departmental groups as members. Place the departmental global groups within the location global groups. Assign the location global groups to file and printer resources in their respective domains, and then assign permissions for the file and printer resources by using the location global groups。 Create a global group for each department, and add the respective users as members. Create domain local groups for file and printer resources. Add the global groups to the respective domain local groups. Then, assign permissions to the file and printer resources by using the domain local groups。 Create a local group on each server and add the authorized users as members. Assign appropriate permissions for the file and printer resources to the local groups。 Create a universal group for each location, and add the respective users as members. Assign the universal groups to file and printer resources. Then, assign permissions by using the universal grou。 下列关于赔偿请求人的范围叙述正确的是:() 行政赔偿请求人是公民的只能是受害公民本人。 行政赔偿请求人包括四类。 行政赔偿请求人包括自然人、法人、其他组织。 行政赔偿请求人是自然人的只能是受害公民本人或继承人。 您正在加载到应用程序中的一个新的程序集。您需要重写默认的程序集证据。您需要公共语言运行库(CLR)授予程序集的权限集,因为如果从本地intranet区域的程序集被加载。您需要建立证据的收集。您应该使用哪个代码段?()
参考答案:

  参考解析

使用证据。AddHost方法来添加区域证据。

在线 客服