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