6 references to PolicyStatement
mscorlib (5)
system\security\policy\filecodegroup.cs (2)
128return new PolicyStatement(permSet, PolicyStatementAttribute.Nothing); 142thisPolicy = new PolicyStatement(new PermissionSet(false), PolicyStatementAttribute.Nothing);
system\security\policy\netcodegroup.cs (1)
716thisPolicy = new PolicyStatement( new PermissionSet( false ), PolicyStatementAttribute.Nothing );
system\security\policy\policylevel.cs (1)
752policy = new PolicyStatement(new PermissionSet(true), PolicyStatementAttribute.Nothing);
system\security\policy\policystatement.cs (1)
61: this( permSet, PolicyStatementAttribute.Nothing )
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManager.cs (1)
540appTrust.DefaultGrantSet = new PolicyStatement(info.DefaultRequestSet, (PolicyStatementAttribute) 0);