当前位置:MCPD(70-536)题库

问题:

[多选]

你在 Certkiller.com 工作开发应用程序。
Certkiller.com 承包了当地的医生诊所使用 Microsoft 客户端应用程序的开发。NET 2.0 将病人就诊的信息发送到远程服务器在诊所的主要办事处。
必须通过一个安全的网络流传输此数据,因为它包含病人受保护的健康信息 (PHI)。驻留在远程服务器上的 windows 服务,将从医生的笔记本计算机上的 windows 应用程序的客户端发送数据。这些应用程序都采用网络标识的证书存储区。
您需要通过将某些类添加到客户端应用程序中创建安全的数据流。
您应添加什么类?()

A . The MD5CryptoServiceProvider class.
B . The X509Certificate class.
C . The NetworkStream class.
D . The SslStream class.
E . The TcpListener class.
F . The TcpClient class.

某防洪堤坝填筑压实后,其压实土的干密度未达到规定值,经核算将影响土体的稳定且不满足抗渗能力的要求,须进行的质量事故处理方法是()。 修补处理。 加固处理。 返工处理。 不作处理。 氨基苷类抗生素的临床常用的药物有哪些(列出4-5种)?其各主要临床应用是什么? You are creating a templated Web control for use in your Web application. You need to add the Web control to your Web application pages without compiling your control into a .dll file. What should you do?() Ensure that the Web control inherits from the WebControl class.。 Ensure that the Web control inherits from the Control class.。 Ensure that the Web control inherits from the CompositeControl class.。 Ensure that the Web control inherits from the UserControl class.。 You install a read-only domain controller (RODC) named RODC1. You need to ensure that a user  named User1 can administer RODC1. The solution must minimize the number of permissions  assigned to User1.     Which tool should you use() Active Directory Administrative Center。 Active Directory Users and Computers。 Dsadd。 Dsmgmt。 规划众筹项目的内容有()。 A.写好商业计划书 。 B.合计合理的筹资金额 。 C.确定支持者的范围 。 D.设置筹资档位和回报方案。

你在 Certkiller.com 工作开发应用程序。
Certkiller.com 承包了当地的医生诊所使用 Microsoft 客户端应用程序的开发。NET 2.0 将病人就诊的信息发送到远程服务器在诊所的主要办事处。
必须通过一个安全的网络流传输此数据,因为它包含病人受保护的健康信息 (PHI)。驻留在远程服务器上的 windows 服务,将从医生的笔记本计算机上的 windows 应用程序的客户端发送数据。这些应用程序都采用网络标识的证书存储区。
您需要通过将某些类添加到客户端应用程序中创建安全的数据流。
您应添加什么类?()

参考答案:

  参考解析

您应使用X509Certificateclass来存储服务器证书和加密数据,SslStream类创建一个安全的通道,并建立与服务器应用程序的连接的TcpClient类。

在线 客服