2 writes to m_evidence
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (2)
117m_evidence = evidence; 160set { m_evidence = value; }
2 references to m_evidence
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (2)
159get { return m_evidence; } 277PermissionSet ps = SecurityManager.GetStandardSandbox(m_evidence);