A. Use the GacIdentityPermission
B. Use the PublisherIdentityPermission
C. Use the DataProtectionPermission
D. Use the StrongNameIdentityPermission
Ans : D
Explanation: StrongNameIdentityPermission can be used to
verify the identity of a
calling assembly.
GACIdentityPermission can be used to test whether a file is
in the global assembly cache
or not.
PublisherIdentityPermission can be used to verify the
identity of a publisher.
DataPublisherPermission is used to control the ability to
access encrypted data and
memory.
 |