单项选择题
You are developing a method to hash data with the Secure Hash Algorithm. The data is passed to your method as a byte array named message.You need to compute the hash of the incoming parameter by using SHA1.You also need to place the result into a byte array named hash.
Which code segment should you use?()
A.A
B.B
C.C
D.D
点击查看答案
相关考题
-
单项选择题
您编写以下代码来实现MyClass.MyMethod函数。 您需要从程序集中的某个无关类动态调用MyClass.MyMethod函数。您应该使用哪个代码段?()
A.A
B.B
C.C
D.D -
单项选择题
You are developing a server application that will transmit sensitive information on a network. You create an X509Certificate object named certificate and a TcpClient object named client.You need to create an SslStream to communicate by using the Transport Layer Security 1.0 protocol. Which code segment should you use?()
A.A
B.B
C.C
D.D -
单项选择题
你创建了一个类库,这个类库被应用程序用于Certkiller .com网站3个部分 类库中包含一个如下定义的Department类。 public class Department { public string name; public string manager; } 每个应用程序使用自定义配置节点来存储在应用程序配置文件中的特定部门的值 下面的代码所示。 您需要编写代码段中,通过使用从应用程序配置文件中检索字段值创建一个部门的对象实例。 您应该使用哪个代码段?()
A.
B.
C.
D.
