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

问题:

[单选]

You are creating a new security policy for an application domain. You write the following lines of code. 
PolicyLevel policy = PolicyLevel.CreateAppDomainLevel(); 
PolicyStatement noTrustStatement =   
new PolicyStatement( 
policy.GetNamedPermissionSet("Nothing"));
PolicyStatement fullTrustStatement =   
new PolicyStatement( 
policy.GetNamedPermissionSet("FullTrust")); 
You need to arrange code groups for the policy so that loaded assemblies default to the Nothing permission set. If the assembly originates from a trusted zone, the security policy must grant the assembly the FullTrust permission set. 
Which code segment should you use?()

A . A
B . B
C . C
D . D

以下哪个命令或工具在使用之前必须要先进行相关数值的设定?() 魔棒工具。 羽化命令。 色彩范围命令。 选取相似命令。 学习型组织最基本的学习形式是() 个人修炼学习。 团队学习。 系统学习。 自我超越。 你需要为在内部开发的Web应用程序设计一个满足商业要求的安全解决方案。你应该怎样做?() 安装配置一台全公司客户端计算机信任的标准独立根CA、发布密钥证书给所有开发者。 安装配置全公司客户端计算机信任的根CA、发布code-signing证书给所有开发者。 从一个受信任的商业证书机构处购买一个根证书。在所有的开发者的计算机上安装该证书。 从一个受信任的商业证书机构处购买一个code-signing证书。在公司所有的客户端计算机上安装该证书。 中毒尸体的检验,其检村的采取、包装和送检过程中不正确的作法是:() 解剖器械和器皿用消毒剂浸泡。 把提取检材统一放入广口瓶中。 提取脏器要用水冲洗后送检。 送检中要加入防腐剂以防腐败发生。 送检一氧化碳中毒的血液应以装满至瓶口,加盖后的瓶与血液之间无空隙为度。 如果要对多个图层中的对象(背景层除外)同时使用变换命令,那么应该如何操作?()  将这些图层放到一个图层组中。  将这些图层链接起来。  将这些图层中的对象用一个选择区域框选中。  将这些图层合并到背景层中。

You are creating a new security policy for an application domain. You write the following lines of code. 
PolicyLevel policy = PolicyLevel.CreateAppDomainLevel(); 
PolicyStatement noTrustStatement =   
new PolicyStatement( 
policy.GetNamedPermissionSet("Nothing"));
PolicyStatement fullTrustStatement =   
new PolicyStatement( 
policy.GetNamedPermissionSet("FullTrust")); 
You need to arrange code groups for the policy so that loaded assemblies default to the Nothing permission set. If the assembly originates from a trusted zone, the security policy must grant the assembly the FullTrust permission set. 
Which code segment should you use?()

参考答案:

  参考解析

本题暂无解析

在线 客服