8 references to Name
mscorlib (6)
system\appdomain.cs (1)
4486
fullTrustAssembly.
Name
,
system\security\policy\applicationtrust.cs (1)
100
fullTrustList.Add(new StrongName(strongName.PublicKey, strongName.
Name
, strongName.Version));
system\security\policy\policylevel.cs (2)
268
AddFullTrustAssembly(new StrongNameMembershipCondition(sn.PublicKey, sn.
Name
, sn.Version));
297
RemoveFullTrustAssembly(new StrongNameMembershipCondition(sn.PublicKey, sn.
Name
, sn.Version));
system\security\policy\strongnamemembershipcondition.cs (2)
172
bool nameMatch = Name == null || (name.
Name
!= null && StrongName.CompareNames(name.
Name
, Name));
System.Configuration (1)
System\Configuration\ClientConfigPaths.cs (1)
444
return new StrongName(sn.PublicKey, sn.
Name
, new Version(0,0,0,0));
System.Web (1)
Hosting\ApplicationManager.cs (1)
1366
string asmName = _mwiV1StrongName.
Name
;