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! Add a DataProtectionPermission attribute to the CreditCardNumber property and set the ProtectData property to true.。 Convert the DataContract to a MessageContract and set the ProtectionLevel property to SignAndEncrypt.。 Change the data type of CreditCardNumber from string to SecureString.。 Implement the CreditCardNumber property getter and setter.。
可控硅的三个电极分别是阴极、阳极和()。 基极。 集电极。 控制极。 发射极。
在民事诉讼中,诉讼参与人和人民法院发生民事诉讼法律关系的方式是()。 各自发生。 共同发生。 合并发生。
如果企业的负债利息率低于其总资产报酬率,则资产负债率提高可以提高股东的权益报酬率。
软件可行性研究实质上是要进行一次()需求分析、设计过程。 简化、压缩的。 详细的。 彻底的。 深入的。
下列选项中说法错误的是()