单项选择题
A.A
B.B
C.C
D.D
单项选择题 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?()
单项选择题 您编写以下代码来实现MyClass.MyMethod函数。 您需要从程序集中的某个无关类动态调用MyClass.MyMethod函数。您应该使用哪个代码段?()
单项选择题 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?()