10 writes to GrantSet
mscorlib (10)
system\security\permissionlistset.cs (4)
156
currentTriple.
GrantSet
= PermissionSet.s_fullTrust;
159
currentTriple.
GrantSet
= PermissionSet.s_fullTrust;
174
currentTriple.
GrantSet
= PermissionSet.s_fullTrust;
177
currentTriple.
GrantSet
= PermissionSet.s_fullTrust;
system\security\permissionsettriple.cs (6)
42
this.
GrantSet
= triple.GrantSet;
48
GrantSet
= null;
107
GrantSet
= new PermissionSet(true);
122
this.
GrantSet
= retTriple.GrantSet.Copy();
141
GrantSet
= in_g.Copy();
156
GrantSet
= in_g.Copy();
18 references to GrantSet
mscorlib (18)
system\security\permissionlistset.cs (3)
61
UpdateDomainPLS(adPLS.m_firstPermSetTriple.
GrantSet
, adPLS.m_firstPermSetTriple.RefusedSet);
155
if (currentTriple.
GrantSet
== null)
173
if (currentTriple.
GrantSet
== null)
system\security\permissionsettriple.cs (15)
42
this.GrantSet = triple.
GrantSet
;
53
return (AssertSet == null &&
GrantSet
== null && RefusedSet == null);
86
UpdateGrant(psTriple.
GrantSet
);
103
if (
GrantSet
!= null)
104
retPs = in_a.Intersect(
GrantSet
); // Restrict the assert to what we've already been granted
122
this.GrantSet = retTriple.
GrantSet
.Copy();
140
if (
GrantSet
== null)
143
GrantSet
.InplaceIntersect(in_g);
155
if (
GrantSet
== null)
158
GrantSet
.InplaceIntersect(in_g);
222
CodeAccessSecurityEngine.CheckHelper(
GrantSet
, RefusedSet, demand, permToken, rmh, null, SecurityAction.Demand, true);
237
CodeAccessSecurityEngine.CheckSetHelper(
GrantSet
, RefusedSet, demandSet, rmh, null, SecurityAction.Demand, true);
249
return CodeAccessSecurityEngine.CheckHelper(
GrantSet
, RefusedSet, demand, permToken, RuntimeMethodHandleInternal.EmptyHandle, null, SecurityAction.Demand, false);
258
return CodeAccessSecurityEngine.CheckSetHelper(
GrantSet
, RefusedSet, demandSet, RuntimeMethodHandleInternal.EmptyHandle, null, SecurityAction.Demand, false);
279
return (SecurityManager.GetSpecialFlags(
GrantSet
, RefusedSet) & flags) == flags;