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