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

问题:

[单选]

A Windows Communication Foundation (WCF) client uses the following service contract.(Line numbers are included for reference only.)
01 [ServiceContract]
02 public interface IService
03 {
04 [OperationContract]
05 string Operation1();
06 [OperationContract]
07 string Operation2();
08 }
You need to ensure that all calls to Operation1 and Operation2 from the client are encrypted and signed. What should you do?()

A . Set the ProtectionLevel property in line 01 to EncryptAndSign.
B . Set the ProtectionLevel property in line 04 and line 06 to Sign.
C . Add a SecurityCriticalAttribute ror each operation.
D . Add a SecunitySafeCriticalAttribute for each operation.

现代主义是20世纪末至20世纪中叶,特别是一次大战以来在西方文学中出现的一种()的文学思潮。 思维崩逸 无可奈何花落去,() 。 管理信息系统是个复杂的大系统,对它的分析和研究可采用系统理论中的()。 婚姻自由

A Windows Communication Foundation (WCF) client uses the following service contract.(Line numbers are included for reference only.)
01 [ServiceContract]
02 public interface IService
03 {
04 [OperationContract]
05 string Operation1();
06 [OperationContract]
07 string Operation2();
08 }
You need to ensure that all calls to Operation1 and Operation2 from the client are encrypted and signed. What should you do?()

参考答案:

  参考解析

本题暂无解析

在线 客服