3 references to WillHaveFullTrust
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TrustManager.cs (1)
524options |= TrustManagerPromptOptions.WillHaveFullTrust;
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (2)
110LoadWarningBitmap(((options & (TrustManagerPromptOptions.RequiresPermissions | TrustManagerPromptOptions.WillHaveFullTrust)) != 0) ? TrustManagerWarningLevel.Red : TrustManagerWarningLevel.Green, this.pictureBoxMachineAccess); 140if ((options & (TrustManagerPromptOptions.RequiresPermissions | TrustManagerPromptOptions.WillHaveFullTrust)) != 0)