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