4 instantiations of GacIdentityPermission
mscorlib (4)
system\security\permissions\gacidentitypermission.cs (2)
35
return new
GacIdentityPermission
();
71
return new
GacIdentityPermission
();
system\security\policy\gac.cs (1)
33
return new
GacIdentityPermission
();
system\security\util\xmlutil.cs (1)
338
return new
GacIdentityPermission
( permState );
6 references to GacIdentityPermission
mscorlib (6)
system\security\permissions\gacidentitypermission.cs (4)
78
if (!(target is
GacIdentityPermission
))
87
if (!(target is
GacIdentityPermission
))
96
if (!(target is
GacIdentityPermission
))
117
return
GacIdentityPermission
.GetTokenIndex();
system\security\permissionset.cs (1)
1600
copy.RemovePermission(typeof(
GacIdentityPermission
));
system\security\policy\gac.cs (1)
20
using GacIdentityPermission = System.Security.Permissions.
GacIdentityPermission
;