1 write to m_publicKeyToken
mscorlib (1)
system\applicationid.cs (1)
47m_publicKeyToken = new byte[publicKeyToken.Length];
13 references to m_publicKeyToken
mscorlib (13)
system\applicationid.cs (12)
48Array.Copy(publicKeyToken, 0, m_publicKeyToken, 0, publicKeyToken.Length); 57byte[] publicKeyToken = new byte[m_publicKeyToken.Length]; 58Array.Copy(m_publicKeyToken, 0, publicKeyToken, 0, m_publicKeyToken.Length); 88return new ApplicationId(m_publicKeyToken, m_name, m_version, m_processorArchitecture, m_culture); 102if (m_publicKeyToken != null) { 104sb.Append(Hex.EncodeHexString(m_publicKeyToken)); 126if (this.m_publicKeyToken.Length != other.m_publicKeyToken.Length) 129for (int i = 0; i < this.m_publicKeyToken.Length; ++i) { 130if (this.m_publicKeyToken[i] != other.m_publicKeyToken[i])
system\security\policy\applicationsecurityinfo.cs (1)
177appEvidence.AddHostEvidence(new StrongName(new StrongNamePublicKeyBlob(DeploymentId.m_publicKeyToken),