当前位置:MCTS(70-513)题库

问题:

[单选] You are creating a Windows Communication Foundation (WCF) service to process orders.The data contract for the order is defined as follows:[DataContract]public class Order{ [DataMember] public string CardHolderName { get; set; } [DataMember] public string CreditCardNumber { get; set; }}You have the following requirements: Enable the transmission of the contents of Order from the clients to the service. Ensure that the contents of CreditCardNumber are not sent across the network in clear text. Ensure that the contents of CreditCardNumber are accessible by the service to process the order.You need to implement the service to meet these requirements. What should you do?()

A . Add a DataProtectionPermission attribute to the CreditCardNumber property and set the ProtectData property to true.
B . Convert the DataContract to a MessageContract and set the ProtectionLevel property to SignAndEncrypt.
C . Change the data type of CreditCardNumber from string to SecureString.
D . Implement the CreditCardNumber property getter and setter In the setter, run the value of the CreditCardNumber through the MD5CryptoServiceProvider class TransformBlock method.

投资基金所面临的风险有()  流动性风险。 购买力风险。 财务风险和管理风险。 市场风险和利率风险。 从我国犯罪率变化的过程来看,下列现象与犯罪率的大幅起伏密切相关的是() 自然环境。 自然气候。 社会大变革、大变迁。 人的生理变化。 ()和()是盛行于17世纪至19世纪初欧洲的文学创作方法。 Your network consists of a single Active Directory domain. The network contains 20 file servers that run Windows Server 2008 R2. Each file server contains two volumes. One volume contains the operating system. The other volume contains all data files.    You need to plan a recovery strategy that meets the following requirements: èAllows the operating system to be restored èAllows the data files to be restored èEnsures business continuity   èMinimizes the amount of time to restore the server What should you include in your plan?() Windows Deployment Services (WDS)。 Windows Automated Installation Kit (Windows AIK) and folder redirection。 the Multipath I/O feature and Volume Shadow Copies。 the Windows Server Backup feature and System Image Recovery。 什么是白盒测试?白盒测试的主要方法有哪些? You are creating a Windows Communication Foundation (WCF) service to process orders.The data contract for the order is defined as follows:[DataContract]public class Order{ [DataMember] public string CardHolderName { get; set; } [DataMember] public string CreditCardNumber { get; set; }}You have the following requirements: Enable the transmission of the contents of Order from the clients to the service. Ensure that the contents of CreditCardNumber are not sent across the network in clear text. Ensure that the contents of CreditCardNumber are accessible by the service to process the order.You need to implement the service to meet these requirements. What should you do?()
参考答案:

  参考解析

本题暂无解析

在线 客服