当前位置:MCPD(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?() For interactive and self-paced preparation of exam 70-513, try our practice exams. Practice exams also include self assessment and reporting features! 

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.

某企业各辅助车间本月共发生生产费用73326元。其中:原材料费用51200元,机物料消耗3420元,应付生产工人工资4800元,应付车间管理人员工资2100元,应付福利费按工资的14%计提,应提折旧3340元,以银行存款支付办公费用共计7500元。月末,E辅助车间完工工具一批,其计划成本3400元,实际成本3250元;F辅助车间本月为各单位提供的劳务费用;为基本生产车间生产产品提供动力(该企业基本生产车间设有“料及动力”成本项目)52830元,为该基本车间提供一般劳务9200元,为行政管理提供劳务4100元,为销售部门提供劳务3936元。 编制完工工具交库的分配的会计分录。 衡量发展的核心指标是() 世界发展指标。 生活质量指数指标。 GDP指标。 人口增长速度。 简述影响士气的因素? 在民事诉讼中,诉讼参与人和人民法院发生民事诉讼法律关系的方式是()。 各自发生。 共同发生。 合并发生。 关于频带传输下列描述不正确的是()。 它是一种最简单、最基本的数字通信方式。 它可以在电话交换网上进行数据传输。 它适合于长距离传输。 它的主要技术是调制和解调。 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?() For interactive and self-paced preparation of exam 70-513, try our practice exams. Practice exams also include self assessment and reporting features! 
参考答案:

  参考解析

本题暂无解析

在线 客服