⟩ Suppose You are an application developer for your company. You are developing a Windows Formsapplication. You deploy a supporting assembly named MyAssembly.dll to the global assemblycache. During testing, you discover that the application is prevented from accessingMyAssembly.dll.You need to ensure that the application can access MyAssembly.dll.What should you do?A. Digitally sign the application by using a digital certificate.B. Run the caspol.exe -s on command from the command line.C. Run the Assembly Linker to link MyAssembly.dll to the application.D. Modify the security policy to grant the application the FullTrust permission.
D. Modify the security policy to grant the application the FullTrust permission.