Question:You need to notify the user if your assembly is running without the ability to use HTTP to download assemblies. How can you determine whether you have that permission?
A Examine AppDomain.CurrentDomain.SetupInformation.DisallowCodeDownload
B Examine AppDomain.CurrentDomain.DisallowCodeDownload
C Examine AppDomain.CurrentDomain.SetupInformation.DisallowPublisher-Policy
D Examine AppDomain.CurrentDomain.DisallowPublisherPolicy
+ AnswerA
+ Report