您正在開發(fā)的一種方法散列數(shù)據(jù)的安全散列算法。這些數(shù)據(jù)傳遞給您的方法作為一個字節(jié)數(shù)組命名訊息。您需要計算的散列的傳入?yún)?shù)使用SHA1。您還需要將結果到一個字節(jié)數(shù)組命名散列。該代碼段應該使用?()
A.A B.B C.C D.D
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?()
如果您創(chuàng)建了一個名叫Assembly1的程序集,它包含了一個public方法。而在全局高速緩存里包含了另一個程序集叫Assembly2。如果您必須確定那個public方法只能在Assembly2中被調用,則您應該使用下面的哪個權限類。()