7 references to StrongName
mscorlib (3)
system\security\policy\applicationsecurityinfo.cs (1)
177appEvidence.AddHostEvidence(new StrongName(new StrongNamePublicKeyBlob(DeploymentId.m_publicKeyToken),
system\security\policy\applicationtrust.cs (1)
100fullTrustList.Add(new StrongName(strongName.PublicKey, strongName.Name, strongName.Version));
system\security\policy\strongname.cs (1)
131return new StrongName(m_publicKeyBlob, m_name, m_version);
System.AddIn (1)
System\Addin\Hosting\AddInActivator.cs (1)
707return new StrongName(keyBlob, assemblyName.Name, assemblyName.Version);
System.Configuration (1)
System\Configuration\ClientConfigPaths.cs (1)
444return new StrongName(sn.PublicKey, sn.Name, new Version(0,0,0,0));
System.Web (2)
Hosting\ApplicationManager.cs (2)
1348strongName = new StrongName(keyBlob, assemblyName, new Version(version)); 1369yield return new StrongName(publicKey, asmName, new Version(i, 0, 0, 0));