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