单项选择题
为应用程序开发人员上班 Certkiller。.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。
您正在开发。NET Framework 2.0 将在整个网络上的所有网络作为 Microsoft Windows 域的一部分的所有工作站部署的应用程序。
你写的应用程序需要一定的权限才能运行。
域管理员为您配置企业策略授予所需的权限的应用程序可将一个或多个代码组的一部分。
您必须确保您的应用程序收到足够的权限来运行
虽然您重写任何最终用户所做的策略更改的所有时间,都降低了应用程序运行所需的权限。
你应该做什么?()
A.LevelFinal属性应该用于应用程序的企业策略级别的代码组
B.Exclusive属性应该用于应用程序的用户策略级别的代码组
C.LevelFinal属性应该用于应用程序的用户策略级别的代码组
D.Exclusive属性应该用于应用程序的企业策略级别的代码组
点击查看答案&解析
相关考题
-
单项选择题
为应用程序开发人员上班 Certkiller。.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。 您使用名为 Certkiller 的 Windwos XP 专业版客户端计算机-WS536 为您的开发计算机。 您正在开发。NET Framework 2.0 应用程序上 Certkiller-WS536。你写的名为 TestScrapData 的类。 您需要配置 TestScrapData 类并限制其访问只来自特定的 Web 站点,www 的代码。Certkiller.com 和它的子域。 Web 站点,将所需使用 HTTP 和 HTTPS FTP 协议的访问。 您需要另外配置 TestScrapData 类的代码访问权限。 你应该做什么?()
A.在该方案中,应使用SiteIdentityPermission类。
B.在该方案中,应使用PublisherIdentityPermission类。
C.在该方案中,应使用ZoneIdentityPermission类。
D.在该方案中,应使用UrlIdentityPermission类。 -
单项选择题
您创建了一个存储居住在不同区域的客户的信息的应用程序。您是发展中国家的内部工具,用于此应用程序。您需要收集区域信息您的客户在加拿大。您正在为您这个应用程序开发内部的公用程序。您需要收集的客户信息是加拿大国家的客户。用哪段代码可以实现?()
A.A
B.B
C.C
D.D -
单项选择题
You are testing a component that serializes the Meeting class instances so that they can be saved to the file system. The Meeting class has the following definition: The component contains a procedure with the following code segment. Meeting myMeeting = new Meeting("Goals"); myMeeting.roomNumber=1100; string[] attendees = new string[2]{"John", "Mary"}; myMeeting.invitees = attendees; XmlSerializer xs = new XmlSerializer(typeof(Meeting)); StreamWriter writer = new StreamWriter(@"C:\Meeting.xml"); xs.Serialize(writer, myMeeting); writer.Close(); You need to identify the XML block that is written to the C:\Meeting.xml file as a result of running this procedure.Which XML block represents the content that will be written to the C:\Meeting.xml file?()
A.A
B.B
C.C
D.D
