单项选择题 您正在编写一个用于压缩字节数组的方法。将在名为document的参数中将数组传递到此方法。您需要压缩传入的字节数组并以字节数组的形式返回结果。您应该使用哪个代码段?()
单项选择题 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函数。您应该使用哪个代码段?()