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