6 references to PolicyStatement
mscorlib (5)
system\security\policy\filecodegroup.cs (2)
128
return new
PolicyStatement
(permSet, PolicyStatementAttribute.Nothing);
142
thisPolicy = new
PolicyStatement
(new PermissionSet(false), PolicyStatementAttribute.Nothing);
system\security\policy\netcodegroup.cs (1)
716
thisPolicy = new
PolicyStatement
( new PermissionSet( false ), PolicyStatementAttribute.Nothing );
system\security\policy\policylevel.cs (1)
752
policy = 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)
540
appTrust.DefaultGrantSet = new
PolicyStatement
(info.DefaultRequestSet, (PolicyStatementAttribute) 0);