单项选择题
A.A
B.B
C.C
D.D
单项选择题 您正在开发的一种方法散列数据的安全散列算法。这些数据传递给您的方法作为一个字节数组命名讯息。您需要计算的散列的传入参数使用SHA1。您还需要将结果到一个字节数组命名散列。该代码段应该使用?()
单项选择题 You write the following custom exception class named CustomException. You need to write a code segment that will use the CustomException class to immediately return control to the COM caller. You also need to ensure that the caller has access to the error code. Which code segment should you use?()
单项选择题 如果您创建了一个名叫Assembly1的程序集,它包含了一个public方法。而在全局高速缓存里包含了另一个程序集叫Assembly2。如果您必须确定那个public方法只能在Assembly2中被调用,则您应该使用下面的哪个权限类。()