3 references to s_tagHashValue
mscorlib (3)
system\security\policy\hashmembershipcondition.cs (3)
177
root.AddAttribute(
s_tagHashValue
, Hex.EncodeHexString(HashValue));
253
string elHash = m_element.Attribute(
s_tagHashValue
);
257
throw new ArgumentException(Environment.GetResourceString("Argument_InvalidXMLElement",
s_tagHashValue
, this.GetType().FullName));