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